summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2016-03-10 18:18:19 +0000
committerreztho2016-03-10 18:18:19 +0000
commit139299507b7eafd35e3eacd4faa1cd29af007a50 (patch)
tree55284a2152f88474972d536d836b602d86a9b9ab
parent69ddff28333d47c2ed77f31612e648f70cbab719 (diff)
downloadaur-139299507b7eafd35e3eacd4faa1cd29af007a50.tar.gz
Added unzip
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e06fbad91b1..bd9cac18e26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 18:16:54 UTC 2016
+# Thu Mar 10 18:18:11 UTC 2016
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
pkgver = 8.6
@@ -10,6 +10,7 @@ pkgbase = textadept
license = MIT
makedepends = mercurial
makedepends = wget
+ makedepends = unzip
depends = lua
depends = gtk2
provides = textadept
diff --git a/PKGBUILD b/PKGBUILD
index beb0595d5442..60f686d94998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://foicica.com/textadept/"
license=('MIT')
depends=('lua' 'gtk2')
-makedepends=('mercurial' 'wget')
+makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')