summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Silva2023-01-12 15:50:42 +0000
committerRafael Silva2023-01-12 15:50:42 +0000
commitfd5cb82a6e41358ce369dee96ce9360eb71d3e94 (patch)
treed72f5a4f6aea8cc7b733d9a9e74708fc34875382
parent65f1262717170dc5cf456c197dcf8e44c479622a (diff)
downloadaur-fd5cb82a6e41358ce369dee96ce9360eb71d3e94.tar.gz
remove strip option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359ae26b23bd..54bc30f1b6e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = black-magic-debug-git
pkgdesc = Plug&Play in application debugger for microcontrollers
pkgver = 1.9.0.rc1.r33.g302c8b53
- pkgrel = 2
+ pkgrel = 1
url = https://black-magic.org
arch = any
license = GPL
@@ -10,7 +10,6 @@ pkgbase = black-magic-debug-git
makedepends = git
makedepends = hidapi
makedepends = python
- options = !strip
source = git+https://github.com/blackmagic-debug/blackmagic.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index deae41584195..566d97ef0d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ _pkgbase='black-magic-debug'
pkgbase="${_pkgbase}-git"
pkgname=(black-magic-debug-app-git black-magic-debug-udev-git)
pkgver=1.9.0.rc1.r33.g302c8b53
-pkgrel=2
+pkgrel=1
pkgdesc='Plug&Play in application debugger for microcontrollers'
arch=('any')
url='https://black-magic.org'
license=('GPL' 'BSD' 'MIT')
makedepends=('git' 'hidapi' 'python')
-options=(!strip)
source=("git+https://github.com/blackmagic-debug/blackmagic.git")
sha256sums=('SKIP')