summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Panter2012-11-03 05:28:00 +0000
committerJohannes Dewender2012-11-03 05:28:00 +0000
commit8293c7261a9cb550ee785293f1f7aef4e240710b (patch)
tree8c94316c1a30f78fc4e753cb11f0a18646c10b69 /PKGBUILD
parentb9ec6bf3bf405c866febc9eb231deb8ac3644e6c (diff)
downloadaur-8293c7261a9cb550ee785293f1f7aef4e240710b.tar.gz
Restore missing patch files and add to $source list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e41bd7e41187..09ceed5051dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,12 @@ depends=('pygtk' 'bzr' 'pycairo' 'libglade')
source=("https://launchpad.net/bzr-gtk/gtk2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
md5sums=('a7c2f27072bcacdcf8983ca6a2426dbd')
+source+=(bzr_handle_patch_open_display.patch bzr_notify_open_display.patch)
+md5sums+=(
+ '384f7ad2131b581342566fa78d041c85'
+ '3aaf3786033d97f488425aa718d7d314'
+)
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,4 +34,3 @@ build() {
cd "${startdir}/src/${pkgname}-${pkgver}/"
python2 setup.py install --prefix'=/usr' --root="${startdir}/pkg" || return 1
}
-