upgpkg: webapp v0.0.8
This commit is contained in:
parent
739e67cfb9
commit
3fd0ed153c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-webapp
|
||||
pkgver=0.0.7
|
||||
pkgver=0.0.8
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
|
@ -9,10 +9,10 @@ url="https://git.serguzim.me/emgauwa/client"
|
|||
license=('unknown')
|
||||
groups=()
|
||||
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/emgauwa/client/releases/download/v$pkgver/emgauwa.tar.gz")
|
||||
sha256sums=('fc2b911c7e23f2713bc1105874e1bf0fce23f26befd2fb7d3174e0a288399fa1')
|
||||
sha256sums=('fcc5980e320998a18ce11c9b6b78086a48789a9de34a837d3811ee106bfc4c9a')
|
||||
|
||||
package() {
|
||||
# install project
|
||||
install -d "$pkgdir/usr/share/webapps/"
|
||||
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
|
||||
cp -R "$srcdir/emgauwa" "$pkgdir/usr/share/webapps/emgauwa"
|
||||
}
|
||||
|
|
Reference in a new issue