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

Antonio Rojas arojas at archlinux.org
Fri Oct 27 06:11:29 UTC 2017


    Date: Friday, October 27, 2017 @ 06:11:29
  Author: arojas
Revision: 264574

Add python2-gobject optdepend (FS#56129)

Modified:
  pluma/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-27 05:57:42 UTC (rev 264573)
+++ PKGBUILD	2017-10-27 06:11:29 UTC (rev 264574)
@@ -2,17 +2,18 @@
 
 pkgname=pluma
 pkgver=1.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org"
+url="https://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('python2-gobject: to use the python plugins')
 groups=('mate-extra')
 conflicts=('pluma-gtk3')
 replaces=('pluma-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 sha1sums=('aca7de8f06c26f4a0c807aafd3a862494a050647')
 
 prepare() {



More information about the arch-commits mailing list