summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel T. Borelli2015-12-27 11:31:12 -0300
committerDaniel T. Borelli2015-12-27 11:31:12 -0300
commitf23f8a0ddb1073180f787e84853b857c3b034e03 (patch)
tree445e87f483969e72028763883b011a5df9d53983
parentac6d407b399278600268d102ae6581586966c419 (diff)
downloadaur-f23f8a0ddb1073180f787e84853b857c3b034e03.tar.gz
New rev.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5eb85db15e..2f8ed217455d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moc_notify-git
pkgdesc = Notifier for 'Music On Console' using libnotify.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/daltomi/moc_notify
install = moc_notify-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 2f0f318403da..f5f87e4ddb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=moc_notify-git
pkgname=$pkgbase
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Notifier for 'Music On Console' using libnotify."
arch=('i686' 'x86_64')
@@ -34,5 +34,5 @@ build() {
package() {
install -Dm755 "$srcdir/$_gitname/moc_notify" "$pkgdir/usr/bin/moc_notify"
install -m755 -d "$pkgdir/usr/share/moc_notify"
- install -Dm755 "$srcdir/$_gitname/onsongchange.sh" "$pkgdir/usr/share/moc_notify/"
+ install -Dm755 "$srcdir/$_gitname/scripts/onsongchange.sh" "$pkgdir/usr/share/moc_notify/"
}