summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Hawdon2018-08-05 19:04:11 +0100
committerRobert Hawdon2018-08-05 19:04:11 +0100
commita3d8b029fb25f6ee94a6e5150b06c90b7d1b752e (patch)
treef734344a198b4033308264211d2b23a9f83da857 /PKGBUILD
parent2d3459c7da187599a017c3e895ab01096d0c51fc (diff)
downloadaur-a3d8b029fb25f6ee94a6e5150b06c90b7d1b752e.tar.gz
Mirrored changes from stable build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2987050f44d3..76ee13a5bcf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Robert Hawdon <aur at robertianhawdon dot me dot uk>
-pkgname=dfshow-git
+_pkgname=dfshow
+pkgname=${_pkgname}-git
pkgver=20180805
-pkgrel=2
+pkgrel=3
pkgdesc="An interactive directory/file browser written for Unix-like systems."
arch=('i686' 'x86_64' 'arm')
url="https://github.com/roberthawdon/dfshow"
@@ -10,7 +11,7 @@ license=('GPL3')
depends=('ncurses')
makedepends=('git' 'autoconf' 'automake')
source=('git+https://github.com/roberthawdon/dfshow')
-md5sums=('SKIP')
+sha1sums=('SKIP')
options=('!buildflags' '!makeflags')
pkgver() {