summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-16 11:51:55 -0700
committerMark Wagie2020-12-16 11:51:55 -0700
commit2494b96d84c1b6a457f092afa7cd680d11704a8c (patch)
treef413abc023332cacc466a89d22c0890910fd2496
parentd942310da1ac2559bf10944db620d90a607fe1ba (diff)
downloadaur-2494b96d84c1b6a457f092afa7cd680d11704a8c.tar.gz
remove hook
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--appimage-binfmt-remove.hook10
3 files changed, 4 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5614e5104e63..c7772ece0a52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appimagelauncher
pkgdesc = A Helper application for running and integrating AppImages.
pkgver = 2.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/TheAssassin/AppImageLauncher
arch = x86_64
license = MIT
@@ -29,7 +29,6 @@ pkgbase = appimagelauncher
source = git+https://github.com/google/googletest.git
source = git+https://github.com/AppImage/cpr
source = git+https://github.com/Taywee/args
- source = appimage-binfmt-remove.hook
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
@@ -38,7 +37,6 @@ pkgbase = appimagelauncher
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 72a2630cf79b8f90bc21eae1d9f40c07fe77ce22df46c511b500f514455d7c81
pkgname = appimagelauncher
diff --git a/PKGBUILD b/PKGBUILD
index a1a4e11a4a86..61d68df54971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=appimagelauncher
pkgver=2.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')
url="https://github.com/TheAssassin/AppImageLauncher"
@@ -19,8 +19,7 @@ source=("$pkgname::git+$url.git#tag=v$pkgver"
'git+https://github.com/arsenm/sanitizers-cmake'
'git+https://github.com/google/googletest.git'
'git+https://github.com/AppImage/cpr'
- 'git+https://github.com/Taywee/args'
- 'appimage-binfmt-remove.hook')
+ 'git+https://github.com/Taywee/args')
sha256sums=('SKIP'
'SKIP'
'SKIP'
@@ -28,8 +27,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '72a2630cf79b8f90bc21eae1d9f40c07fe77ce22df46c511b500f514455d7c81')
+ 'SKIP')
prepare() {
cd "$srcdir/$pkgname"
@@ -89,5 +87,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
- install -Dm644 "$srcdir"/*.hook -t "$pkgdir"/usr/share/libalpm/hooks
}
diff --git a/appimage-binfmt-remove.hook b/appimage-binfmt-remove.hook
deleted file mode 100644
index d96fd30cf9c0..000000000000
--- a/appimage-binfmt-remove.hook
+++ /dev/null
@@ -1,10 +0,0 @@
-[Trigger]
-Type = File
-Operation = Remove
-Target = usr/lib/binfmt.d/appimage.conf
-
-[Action]
-Description = Unregistering appimage binary format...
-When = PostTransaction
-Exec = /usr/share/libalpm/scripts/systemd-hook binfmt
-NeedsTargets