upgpkg: rutorrent 4.0.1-1

This commit is contained in:
George Rawlinson 2023-01-29 14:34:49 +13:00
parent e4f30d0422
commit 3c5695015b
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 3 deletions

View File

@ -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() {