summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2016-12-31 12:34:26 -0500
committerTed Alff2016-12-31 12:34:26 -0500
commit0977f446a36d0aab8458f7390f6def950d566c28 (patch)
treea5f17a6c13a1daceeea28c092440384c21693775
parentee855c68b28152d8a26a677fd763a8f866181f4d (diff)
downloadaur-0977f446a36d0aab8458f7390f6def950d566c28.tar.gz
Update to 3.8.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f15c354c11..10860725a519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=audacious
pkgname=${_pkgname}-qt5
-pkgver=3.8
+pkgver=3.8.1
pkgrel=1
pkgdesc="Lightweight, advanced audio player (with qt5 interface)"
arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@ makedepends=('python2') # for gdbus-codegen
optdepends=('unzip: zipped skins support'
'audacious-plugins-qt5: many helpful plugins')
provides=("${_pkgname}=${pkgver}")
-conflicts=('audacious')
+conflicts=("${_pkgname}")
replaces=('audacious-player')
source=(http://distfiles.audacious-media-player.org/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('ffe8c0661dcb999598887e8ee05cd24faa7939086f5a8183fdba6210a95c4a71')
+sha256sums=('ac61a23194f5ffd4d83648b465a6ea4e56ced6126da54151700da8885fa52bcd')
build() {
cd "$srcdir/$_pkgname-$pkgver"