summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd14495bdce5..52efda718737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
#Contributor: Anselmo L. S. Melo <anselmolsm @ gmail.com>
pkgname=iceberg-git
-pkgver=r91.b30bf8c
+pkgver=r93.1574dbc
pkgrel=1
-pkgdesc=""
+pkgdesc="Iceberg is an icecream GUI monitor"
url="https://github.com/hugopl/Iceberg"
license=('GPL')
depends=('qt5-base' 'icecream')
@@ -21,7 +21,7 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
- mkdir build
+ mkdir -p build
}
build() {