summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}