summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-05-02 18:44:20 +0200
committerJaroslav Lichtblau2016-05-02 18:44:20 +0200
commit1f782c75ab1224f22f1244e774eca4a4760784bf (patch)
tree910bc71a7fc581c067cb3f0d63f176ae66836879
parente1f0deba62e9aacd42b0487402f6faa5cce004c8 (diff)
downloadaur-1f782c75ab1224f22f1244e774eca4a4760784bf.tar.gz
snorenotify-0.7.0-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--snorenotify.install11
3 files changed, 6 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5dc0ad838c..9126a80e8a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 21:40:02 UTC 2016
+# Mon May 2 16:44:14 UTC 2016
pkgbase = snorenotify
pkgdesc = Multi-platform Qt5 notification framework
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Snorenotify/Snorenotify
- install = snorenotify.install
arch = i686
arch = x86_64
license = LGPL3
@@ -13,10 +12,9 @@ pkgbase = snorenotify
makedepends = doxygen
makedepends = extra-cmake-modules
depends = qt5-base
- depends = qt5-quick1
depends = hicolor-icon-theme
source = snorenotify-0.7.0.tar.gz::https://github.com/Snorenotify/Snorenotify/archive/v0.7.0.tar.gz
- md5sums = 1092b2dd9024d6c6a714455b64f7f934
+ sha256sums = 2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9
pkgname = snorenotify
diff --git a/PKGBUILD b/PKGBUILD
index 0b7a3b645755..92aaeeba3bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=snorenotify
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Multi-platform Qt5 notification framework'
arch=('i686' 'x86_64')
url='https://github.com/Snorenotify/Snorenotify'
license=('LGPL3')
-depends=('qt5-base' 'qt5-quick1' 'hicolor-icon-theme')
+depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
-install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::https://github.com/Snorenotify/Snorenotify/archive/v$pkgver.tar.gz)
-md5sums=('1092b2dd9024d6c6a714455b64f7f934')
+sha256sums=('2e3f5fbb80ab993f6149136cd9a14c2de66f48cabce550dead167a9448f5bed9')
build() {
cd "${srcdir}"/$pkgname-$pkgver
diff --git a/snorenotify.install b/snorenotify.install
deleted file mode 100644
index e70c054ec6ad..000000000000
--- a/snorenotify.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}