summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel T. Borelli2015-12-23 21:53:25 -0300
committerDaniel T. Borelli2015-12-23 21:53:25 -0300
commit27d7765e3741352a46675a99b6ef1ce2410f7fc7 (patch)
treeee91a043be106422df1a052708865d3863a4bd66 /PKGBUILD
parent59a1ff6c5cd450492c8017ea030ef939f1792926 (diff)
downloadaur-27d7765e3741352a46675a99b6ef1ce2410f7fc7.tar.gz
New revision
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c35c1937316..027e127f8c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgbase=moc_notify-git
pkgname=$pkgbase
pkgver=0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Notifier for 'Music On Console' using libnotify."
arch=('i686' 'x86_64')
url='https://github.com/daltomi/moc_notify'
license=('GPL3')
-depends=('gtk2' 'libnotify' 'moc')
-makedepends=('git' 'cmake')
+depends=('libnotify' 'glib2')
+optdepends=('moc: Music on Console')
+makedepends=('git' 'cmake' 'gcc')
_gitroot=$url.git
_gitname=moc_notify