summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2021-09-03 11:57:43 +0300
committerSpiros Georgaras2021-09-03 11:57:43 +0300
commit413962a32cb4f00814ccbc9c6d1b9408c9ac58f1 (patch)
tree970c4bf1172c4920007b3fd28beebf4f728b4ffe
parent97cd82010b94fcd8c5597b6284ea657ec024c318 (diff)
downloadaur-413962a32cb4f00814ccbc9c6d1b9408c9ac58f1.tar.gz
fix: show revision at version field
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e818227913..50f23885a534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
pkgver = 0.8.9.8.r0.gd878cd3
- pkgrel = 2
+ pkgrel = 3
url = http://www.coderholic.com/pyradio/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e6a8108b340b..e9cd405f61da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pyradio-git
pkgver=0.8.9.8.r0.gd878cd3
-pkgrel=2
+pkgrel=3
pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
prepare() {
cd $pkgname
_descr="$(git describe --long --tags)"
- sed -i "s/git_description = ''/git_description = '$_descr'/" pyradio/radio.py
+ sed -i "s/git_description = ''/git_description = '$_descr'/" pyradio/config.py
sed -i 's/distro = None/distro = Arch Linux (AUR)/' pyradio/config
}