summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ee914f03b8..5bd4ef39a389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: Max Zhao <alcasa.mz@gmail.com>
pkgname=hiptext
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="hiptext is command line tool for rendering images and videos inside terminals."
arch=('any')
url="https://github.com/jart/hiptext"
license=('GPL')
groups=()
-depends=()
+depends=(
+"gflags"
+"google-glog"
+)
makedepends=(
"libpng12"
"libjpeg-turbo"
@@ -15,8 +18,6 @@ makedepends=(
"giflib"
"ragel"
"ffmpeg"
-"gflags"
-"google-glog"
)
checkdepends=()
optdepends=()