summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-05-26 13:11:41 -0400
committerTed Alff2019-05-26 13:11:41 -0400
commit237712b7cae8b8d56b5d9f08db73ea3cc915f77b (patch)
tree7eeabcbf88cf32549f5781a2b57a8e9741c1628f
parent35a12d6b7879864eb5fb11b02cdcb060f723f0c9 (diff)
downloadaur-237712b7cae8b8d56b5d9f08db73ea3cc915f77b.tar.gz
Version bump and add epoch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2af7106537..44c3d512d486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = exaile-git
pkgdesc = music player for gnome, similar to KDEs amarok
- pkgver = 4.0.0+rc4+12+g4623a05c
+ pkgver = 4.0.0rc5+0+g449775a8
pkgrel = 1
+ epoch = 1
url = http://www.exaile.org
arch = x86_64
arch = i686
@@ -32,7 +33,7 @@ pkgbase = exaile-git
optdepends = gst-plugins-bad: Additional audio codecs
optdepends = gst-plugins-ugly: Additional audio codecs
optdepends = spydaap-git: DAAP server/client
- provides = exaile=4.0.0
+ provides = exaile=4.0.0rc5
conflicts = exaile
source = exaile::git+https://github.com/exaile/exaile.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 82dd2aa8653e..14ba23c7b6b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
_pkgname=exaile
pkgname=${_pkgname}-git
-pkgver=4.0.0+rc4+12+g4623a05c
+epoch=1
+pkgver=4.0.0rc5+0+g449775a8
pkgrel=1
pkgdesc="music player for gnome, similar to KDEs amarok"
arch=('x86_64' 'i686')
@@ -37,7 +38,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${_pkgname}"
- git describe --long --tags | sed 's/-beta/.beta/;s/-/+/g'
+ git describe --long --tags | sed 's/-beta/.beta/;s/-rc/rc/;s/-/+/g'
}
build() {