summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lüdecke2016-04-09 11:59:09 +0200
committerMoritz Lüdecke2016-04-09 11:59:09 +0200
commit78af7971c5a2de560be3cd0372bc2a4d28c97803 (patch)
tree5319bfb1405fc6fe922e224b5f3250ee89a8077e
parentb65362afb555f5f2a67133ac2c11ae420fbd97a2 (diff)
downloadaur-78af7971c5a2de560be3cd0372bc2a4d28c97803.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b444b4330ef9..f26ad65560f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Moritz Luedecke <ritze@skweez.net>
pkgname=dfp
pkgver=20141004
-pkgrel=2
+pkgrel=3
pkgdesc="df with progress bar in pacman style"
url="https://github.com/ritze/dfp"
-license="GPL"
+license=('GPL')
arch=('any')
makedepends=('git')
depends=('bash' 'pbar')