summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2024-04-03 10:21:14 +0200
committerD3SOX2024-04-03 10:21:14 +0200
commitc5dc4de5fc7fc2a8da2e98e671e8d9a9cffca141 (patch)
treef61a78170ea9fabb94a65d64adb4c87fdeefe409
parentd555dba4805501f9e8e0b8ace693ae1b7fc7f1a4 (diff)
downloadaur-c5dc4de5fc7fc2a8da2e98e671e8d9a9cffca141.tar.gz
fix binary being altered unusable by debugedit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8fb293cb5a..c83ccfccb0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swig-cli
pkgdesc = An easy to use git config manager
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AlexanderDotH/Swig
arch = any
license = custom
@@ -10,6 +10,7 @@ pkgbase = swig-cli
depends = git
depends = xdg-utils
options = !strip
+ options = !debug
source = https://github.com/AlexanderDotH/Swig/archive/refs/tags/3.0.0.tar.gz
sha256sums = 1ad9d2343c6d86012a8df1585b7796c7d244a9829b793609c3cb2b5d22092a5e
diff --git a/PKGBUILD b/PKGBUILD
index 7fe57c6f4598..aaf6b4e17b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_reponame=Swig
pkgname=swig-cli
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="An easy to use git config manager"
arch=(any)
url="https://github.com/AlexanderDotH/$_reponame"
license=(custom)
depends=(git xdg-utils)
makedepends=(dotnet-host dotnet-sdk)
-options=(!strip)
+options=(!strip !debug)
source=("$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('1ad9d2343c6d86012a8df1585b7796c7d244a9829b793609c3cb2b5d22092a5e')