summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2020-05-20 09:39:30 +0800
committerJeffrey Zhang2020-05-20 09:39:30 +0800
commit0ee2c941dbf99659439b3d4794ba6e561a5c2234 (patch)
tree2d20ec68acfcc17a608f49debd1279653d1f9878
parentcb2438e8a1be112189efcc7ca3c7fa9b891511cd (diff)
downloadaur-0ee2c941dbf99659439b3d4794ba6e561a5c2234.tar.gz
add python-setuptools to make depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5fb723de42a..0a24f4b336ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = terminator-git
pkgdesc = multiple GNOME terminals in one window
- pkgver = 1.92.3.ga92ea847
+ pkgver = 1.92.90.gbf6efe52
pkgrel = 1
url = https://github.com/gnome-terminator/terminator.git
arch = any
license = GPL2
makedepends = git
makedepends = intltool
+ makedepends = python-setuptools
depends = gconf
depends = libkeybinder3
depends = python-cairo
diff --git a/PKGBUILD b/PKGBUILD
index 3abbbc3035bf..f14dd83c2d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jeffrey Zhang zhang.lei.fly@gmail.com
pkgname=terminator-git
-pkgver=1.92.7.gde432f73
+pkgver=1.92.90.gbf6efe52
pkgrel=1
pkgdesc='multiple GNOME terminals in one window'
arch=('any')
@@ -15,7 +15,7 @@ depends=('gconf'
'python-psutil'
'vte3'
'xdg-utils')
-makedepends=('git' 'intltool')
+makedepends=('git' 'intltool' 'python-setuptools')
conflicts=('terminator' 'terminator-gtk3-bzr')
source=("git+https://github.com/gnome-terminator/terminator.git")
sha256sums=('SKIP')