summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-01-15 14:25:29 +0100
committerChristopher Arndt2018-01-15 14:25:29 +0100
commitbce3353ef745ccf62a3d4a3d3e98fb93df31ff10 (patch)
treeed440b306bf3aa5ebaf31dc19031ca0a1d01ed67
parent190ff892f155f28d6f98774a86dd663f288727e1 (diff)
downloadaur-bce3353ef745ccf62a3d4a3d3e98fb93df31ff10.tar.gz
Removed unused .install file from repo
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--jalv-select.install11
3 files changed, 3 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779e733d95c4..2cd2baa9e71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jalv-select
pkgdesc = A little GUI to select installed LV2 plug-ins and run them with jalv.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brummer10/jalv_select
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 783c0c74b784..a07caa5d47a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname="jalv_select"
pkgname="jalv-select"
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A little GUI to select installed LV2 plug-ins and run them with jalv."
arch=('i686' 'x86_64')
url="https://github.com/brummer10/jalv_select"
@@ -15,7 +15,7 @@ md5sums=('741e79d38d8f30abb6c4131ccdf8e779')
build() {
cd "${srcdir}/${_gitname}-${pkgver}"
- make -j 1
+ make
}
package() {
diff --git a/jalv-select.install b/jalv-select.install
deleted file mode 100644
index 660593cf5668..000000000000
--- a/jalv-select.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}