summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2024-04-03 10:21:14 +0200
committerD3SOX2024-04-03 10:21:14 +0200
commitc5dc4de5fc7fc2a8da2e98e671e8d9a9cffca141 (patch)
treef61a78170ea9fabb94a65d64adb4c87fdeefe409 /PKGBUILD
parentd555dba4805501f9e8e0b8ace693ae1b7fc7f1a4 (diff)
downloadaur-swig-cli.tar.gz
fix binary being altered unusable by debugedit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')