summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lüdecke2016-04-09 11:57:21 +0200
committerMoritz Lüdecke2016-04-09 11:57:21 +0200
commita2685e4b58a69f521e0dada62b60ba0bf2041073 (patch)
tree68659460804593a09610fa50a9fd8569afbe6007
parentcb1f264b19ef09f8e5a791e28bd25ca40c09ee76 (diff)
downloadaur-a2685e4b58a69f521e0dada62b60ba0bf2041073.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b6598d3db74..efe2de391044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Moritz Luedecke <ritze@skweez.net>
pkgname=dup
pkgver=20141004
-pkgrel=1
+pkgrel=2
pkgdesc="du with progress bar in pacman style"
url="https://github.com/ritze/dup"
-license="GPL"
+license=('GPL')
arch=('any')
makedepends=('git')
depends=('bash' 'pbar')