upgpkg: rutorrent 4.0.1-1
This commit is contained in:
parent
e4f30d0422
commit
3c5695015b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
|
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
|
||||||
|
|
||||||
pkgname=rutorrent
|
pkgname=rutorrent
|
||||||
pkgver=4.0
|
pkgver=4.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Yet another web front-end for rTorrent'
|
pkgdesc='Yet another web front-end for rTorrent'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -21,7 +21,7 @@ backup=(
|
||||||
'etc/rutorrent/access.ini'
|
'etc/rutorrent/access.ini'
|
||||||
)
|
)
|
||||||
options=('emptydirs' '!strip')
|
options=('emptydirs' '!strip')
|
||||||
_commit='06222a00375bdd0f1f1b5b58bda29e7025316428'
|
_commit='fca1435846491fe8ff89746bbdc960a0f24a3d9d'
|
||||||
source=(
|
source=(
|
||||||
"$pkgname::git+$url#commit=$_commit"
|
"$pkgname::git+$url#commit=$_commit"
|
||||||
'tmpfiles.conf'
|
'tmpfiles.conf'
|
||||||
|
@ -34,7 +34,7 @@ b2sums=('SKIP'
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
|
|
||||||
git describe --tags | sed -e 's/^v//' -e 's/-stable$//'
|
git describe --tags | sed -e 's/^v//' -e 's/-hotfix$//'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue