[arch-commits] Commit in meld/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sat Jul 12 17:58:34 UTC 2014


    Date: Saturday, July 12, 2014 @ 19:58:34
  Author: heftig
Revision: 216841

Py3 note

Modified:
  meld/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-12 17:52:44 UTC (rev 216840)
+++ PKGBUILD	2014-07-12 17:58:34 UTC (rev 216841)
@@ -19,6 +19,9 @@
 source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz")
 sha1sums=('9d2dfe0579241ff8f4e9681945fb9cd229947edc')
 
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
 build() {
   cd $pkgname-$pkgver
   python2 setup.py build




More information about the arch-commits mailing list