summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')