summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2018-12-26 18:37:09 -0500
committerDJ Griffin2018-12-26 18:37:09 -0500
commit582dfd5e7325a6155f626f909f3e86e776a799f2 (patch)
tree44f2a843ead6658d9ccae6c72431e89d10ee083f
parentd8b1ce051a77a9f7d6067c2fd1843207d810e63a (diff)
downloadaur-582dfd5e7325a6155f626f909f3e86e776a799f2.tar.gz
Build failure fix.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf1653b1b4b..c6b0e868c3ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp-git
pkgdesc = Open-Source Music Player
pkgver = 0.0.21.1
- pkgrel = 2
+ pkgrel = 3
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4822fa146ab9..c9d13b4197cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=omp-git
pkgver=0.0.21.1
-pkgrel=2
+pkgrel=3
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(gstreamer gst-libav gst-plugins-bad gst-plugins-base
libclastfm libconfig sqlite taglib)
makedepends=(git)
provides=('omp-git')
-conflicts=('omp' 'omp-git' )
+conflicts=('omp' 'omp-git')
source=("$pkgname::git+https://github.com/TheWiseNoob/OpenMusicPlayer.git")
sha256sums=('SKIP')