summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-14 23:49:21 +0000
committerDaniel Bermond2019-06-14 23:49:21 +0000
commite90e92ac3bed121caf34706c02d532a5665e9413 (patch)
tree899841d175a9f837eb70960a9a4aaae68f7840c6 /PKGBUILD
parent8efcfb441210922175142653679d1c56403f668f (diff)
downloadaur-e90e92ac3bed121caf34706c02d532a5665e9413.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 281e0233608b..e41365fdc8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=slimit-git
pkgname=('slimit-git' 'slimit2-git')
_srcname=slimit
pkgver=0.8.1.r12.g3533eba
-pkgrel=2
+pkgrel=3
pkgdesc='A JavaScript minifier written in Python'
arch=('any')
url='https://github.com/rspivak/slimit/'
@@ -51,7 +51,7 @@ check() {
}
package_slimit-git() {
- depends=('python' 'python-ply')
+ depends=('python' 'python-ply' 'python-setuptools')
provides=('slimit')
conflicts=('slimit')
@@ -78,8 +78,8 @@ package_slimit-git() {
}
package_slimit2-git() {
- pkgdesc='A JavaScript minifier written in Python (python2 version)'
- depends=('python2' 'python2-ply')
+ pkgdesc+=' (python2 version)'
+ depends=('python2' 'python2-ply' 'python2-setuptools')
provides=('slimit2')
conflicts=('slimit2')