summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')