summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Zhao2016-10-19 20:41:54 +0200
committerMax Zhao2016-10-19 20:41:54 +0200
commitb1980c41e4de24782b3e5b40cd9f7e5ecc0cea43 (patch)
tree9b3aafbe5c552f0143971969d3a774a074b81468
parent7888dbf553e98c4dc8aa38b4e0f31ada1823cdd0 (diff)
downloadaur-b1980c41e4de24782b3e5b40cd9f7e5ecc0cea43.tar.gz
changing gflags and glog to real dependencies
-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=()