summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-06-05 20:38:12 +0200
committerJaroslav Lichtblau2016-06-05 20:38:12 +0200
commit943c6d37608df8195fc11ef56207ad426b0d7b3c (patch)
tree3cefe122467332d0c82a4a47433e8ff24b6ae31f
parent1f782c75ab1224f22f1244e774eca4a4760784bf (diff)
downloadaur-943c6d37608df8195fc11ef56207ad426b0d7b3c.tar.gz
snorenotify-0.7.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9126a80e8a9e..7500438560ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 2 16:44:14 UTC 2016
+# Sun Jun 5 18:38:07 UTC 2016
pkgbase = snorenotify
pkgdesc = Multi-platform Qt5 notification framework
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Snorenotify/Snorenotify
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 92aaeeba3bdd..f08da7bac60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=snorenotify
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc='Multi-platform Qt5 notification framework'
arch=('i686' 'x86_64')
url='https://github.com/Snorenotify/Snorenotify'
@@ -23,7 +23,4 @@ package() {
cd "${srcdir}"/$pkgname-$pkgver
make DESTDIR="${pkgdir}" install
-
- install -d "${pkgdir}"/usr/lib/qt
- mv "${pkgdir}"/usr/mkspecs "${pkgdir}"/usr/lib/qt
}