summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8669452a0a19..cbf9911aa5f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = dgr
pkgdesc = App Container Image Build and Runtime Tool
pkgver = 69
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blablacar/dgr
arch = x86_64
license = Apache
+ options = !strip
source = https://github.com/blablacar/dgr/releases/download/69/dgr-linux-amd64-69.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e83a7d5c5a0e..f618415b5dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
pkgdesc="App Container Image Build and Runtime Tool"
pkgname=dgr
pkgver=69
-pkgrel=1
+pkgrel=2
url="https://github.com/blablacar/$pkgname"
source=("$url/releases/download/$pkgver/$pkgname-linux-amd64-$pkgver.tar.gz")
md5sums=('SKIP')
+options=('!strip')
arch=('x86_64')
license=('Apache')