|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
|
|
|
|
|
|
|
|
|
|
pkgname=rutorrent
|
|
|
|
|
pkgver=4.0
|
|
|
|
|
pkgver=4.0.1
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgdesc='Yet another web front-end for rTorrent'
|
|
|
|
|
arch=('any')
|
|
|
|
@ -21,7 +21,7 @@ backup=(
|
|
|
|
|
'etc/rutorrent/access.ini'
|
|
|
|
|
)
|
|
|
|
|
options=('emptydirs' '!strip')
|
|
|
|
|
_commit='06222a00375bdd0f1f1b5b58bda29e7025316428'
|
|
|
|
|
_commit='fca1435846491fe8ff89746bbdc960a0f24a3d9d'
|
|
|
|
|
source=(
|
|
|
|
|
"$pkgname::git+$url#commit=$_commit"
|
|
|
|
|
'tmpfiles.conf'
|
|
|
|
@ -34,7 +34,7 @@ b2sums=('SKIP'
|
|
|
|
|
pkgver() {
|
|
|
|
|
cd "$pkgname"
|
|
|
|
|
|
|
|
|
|
git describe --tags | sed -e 's/^v//' -e 's/-stable$//'
|
|
|
|
|
git describe --tags | sed -e 's/^v//' -e 's/-hotfix$//'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
prepare() {
|
|
|
|
|