diff options
author | Gonzalo Exequiel Pedone | 2024-07-13 18:23:33 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-07-13 18:23:33 -0300 |
commit | a8ac06f2a3f270a88fefefa771c8ac4821b6faea (patch) | |
tree | a1a069ae4f4d19cab0183f091efa136760ee9cd2 | |
parent | 8a6c7e431fd281b8f24f78f1f395af372378d000 (diff) | |
download | aur-android-x86-64-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-64-libshout pkgdesc = Library for accessing a shoutcast/icecast server (Android x86-64) 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-64 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/" |