diff options
author | Gonzalo Exequiel Pedone | 2024-07-13 18:24:08 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-07-13 18:24:08 -0300 |
commit | 9095f22ddf174a87dd97c49034cf2d224a694250 (patch) | |
tree | 8074d79199d82ff54f26b4accc97c2684e75c536 | |
parent | 1ee3664da597b4264254be4443af3ac796523b45 (diff) | |
download | aur-android-x86-libshout.tar.gz |
Removed epoch.
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,7 @@ pkgbase = android-x86-libshout pkgdesc = Library for accessing a shoutcast/icecast server (Android x86) pkgver = 2.4.6 - pkgrel = 1 - epoch = 1 + pkgrel = 2 url = https://www.icecast.org/ arch = any license = LGPL @@ -7,8 +7,7 @@ _android_arch=x86 pkgname=android-${_android_arch}-libshout pkgver=2.4.6 -pkgrel=1 -epoch=1 +pkgrel=2 pkgdesc="Library for accessing a shoutcast/icecast server (Android ${_android_arch})" arch=('any') url="https://www.icecast.org/" |