summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2018-04-08 21:17:26 -0400
committerDJ Griffin2018-04-08 21:17:26 -0400
commit18ed4b7630264b86c89c3d58660f1647d27fcb4f (patch)
tree9a523f51ce89144d6d469082b8c772c93364253b
parent12cde4b2b2fcf33a323b03e57f3b978332a9bb57 (diff)
downloadaur-18ed4b7630264b86c89c3d58660f1647d27fcb4f.tar.gz
0.0.8.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 340f57d68dae..eb6835726304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = omp-git
pkgdesc = GTK3 Music Player
- pkgver = 0.0.8
+ pkgver = 0.0.8.1
pkgrel = 1
url = http://openmusicplayer.com/
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = omp-git
depends = gtkmm3
depends = libclastfm
depends = libconfig
+ depends = sqlite3
depends = taglib
provides = omp-git
conflicts = omp
diff --git a/PKGBUILD b/PKGBUILD
index 5bf22dfb0eb0..d461dcd336f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: DJ Griffin <thewisenoob@gmail.com>
pkgname=omp-git
-pkgver=0.0.8
+pkgver=0.0.8.1
pkgrel=1
pkgdesc='GTK3 Music Player'
url='http://openmusicplayer.com/'
arch=(x86_64)
license=(GPL3)
-depends=(gstreamer gtkmm3 libclastfm libconfig taglib)
+depends=(gstreamer gtkmm3 libclastfm libconfig sqlite3 taglib)
makedepends=(git)
provides=('omp-git')
conflicts=('omp' 'omp-git')