summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--yokadi.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d653a1748052..f3e124dbc605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 11:42:09 UTC 2016
+# Wed Apr 27 21:52:27 UTC 2016
pkgbase = yokadi
pkgdesc = Not your grandma TODO list
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://yokadi.github.io
- install = yokadi.install
arch = any
license = GPL3
depends = python-sqlalchemy
diff --git a/PKGBUILD b/PKGBUILD
index 08752fe4f819..876a6f6eac33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=yokadi
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Not your grandma TODO list"
url="http://yokadi.github.io"
arch=('any')
depends=('python-sqlalchemy' 'python-dateutil' 'hicolor-icon-theme')
optdepends=('python-crypto: encrypt tasks title and description')
-install=$pkgname.install
source=("$url/download/$pkgname-$pkgver.tar.bz2")
license=('GPL3')
md5sums=('bff00a7ff8bc6e28079e339e42832bbf')
diff --git a/yokadi.install b/yokadi.install
deleted file mode 100644
index 013aa1f5f203..000000000000
--- a/yokadi.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-} \ No newline at end of file