summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTianyu Ge2017-07-07 11:38:04 -0400
committerTianyu Ge2017-07-07 11:38:04 -0400
commit11a13a4cbf059decd044a2b083174c4c417594d9 (patch)
tree06573f5cc99ed9015ef35d5034a1c0109749e509 /PKGBUILD
parentdaccc3b5624ab0c719018cdb5174c14cd6024e52 (diff)
downloadaur-11a13a4cbf059decd044a2b083174c4c417594d9.tar.gz
Fixed typo for libxtst.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12a2f450bd51..b3451368c2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pinegrow
pkgver=3.01
-pkgrel=5
+pkgrel=6
pkgdesc='A website development tool for building responsive websites'
arch=('x86_64')
url="https://pinegrow.com"
license=('custom')
-depends_x86_64+=(gtk2 glib alsa-lib nss libxss linxtst)
+depends_x86_64+=(gtk2 glib alsa-lib nss libxss libxtst)
source=("https://pinegrow.s3.amazonaws.com/PinegrowLinux64.${pkgver}.zip"
"${url}/Pinegrow_EULA.pdf")
noextract=("Pinegrow_EULA.pdf")