summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2016-08-27 11:56:36 +0200
committersekret2016-08-27 11:56:36 +0200
commit0c75581be5f255c2fff476f0b0109cabf380cb9b (patch)
tree322ea9e54c08d74d8d8d91a8a6e3975e4130642a
parentedf11f6b54f8431143f3ab1d0d1561d36661b48c (diff)
downloadaur-simplesysexxer.tar.gz
removed install file because of pacman hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--simplesysexxer.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41626080bb4f..69e5295312ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 11:49:16 UTC 2016
+# Sat Aug 27 09:56:35 UTC 2016
pkgbase = simplesysexxer
pkgdesc = a GUI tool to create backups of the memory contents of MIDI devices
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.christeck.de/wp/products/simple-sysexxer
- install = simplesysexxer.install
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index a13f8ce63d05..d2278d95428a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
pkgname=simplesysexxer
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="a GUI tool to create backups of the memory contents of MIDI devices"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.christeck.de/wp/products/simple-sysexxer"
license=('GPL')
depends=('qt4')
-install=$pkgname.install
source=("http://downloads.sourceforge.net/project/sysexxer/SimpleSysexxer-$pkgver/SimpleSysexxer-$pkgver.tar.gz")
md5sums=('59c1b91089bb15050e3a58aa602332db')
diff --git a/simplesysexxer.install b/simplesysexxer.install
deleted file mode 100644
index 5a5553ebaa31..000000000000
--- a/simplesysexxer.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install(){
- update-desktop-database -q
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}