summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2023-12-29 10:00:14 -0800
committerMichael Hansen2023-12-29 10:00:14 -0800
commitcbd3089038d03a42e041c638a254d8ab9197b9d6 (patch)
tree8faad7689618ba55367bd68a51b6d69daf429c60
parent4631f35508144c3c9eee8aa928cd274ec5606b04 (diff)
downloadaur-cbd3089038d03a42e041c638a254d8ab9197b9d6.tar.gz
External assistant binary is no longer used. Don't strip it from the package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40e6e6bd305b..6cae961240f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 010editor
pkgdesc = Professional text and hex editing with Binary Templates technology
pkgver = 14.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.sweetscape.com/010editor/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 66e3bb3ec260..943899ae59e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=010editor
pkgver=14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Professional text and hex editing with Binary Templates technology"
arch=('i686' 'x86_64')
url="https://www.sweetscape.com/010editor/"
@@ -31,8 +31,8 @@ package() {
install -dm 755 "${pkgdir}/opt"
cp -r "${pkgname}" "${_}/"
- # Clean up unnecessary items (assitant is part of qt5-tools)
- rm -r "${pkgdir}/opt/${pkgname}/"{'assistant','uninstall'}
+ # Clean up unnecessary items
+ rm -r "${pkgdir}/opt/${pkgname}/uninstall"
install -dm 755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/010editor" "${_}/010editor"