Date: Saturday, September 8, 2018 @ 02:02:51 Author: heftig Revision: 333903
3.30.0-1 Modified: gedit-plugins/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 02:02:36 UTC (rev 333902) +++ PKGBUILD 2018-09-08 02:02:51 UTC (rev 333903) @@ -1,5 +1,5 @@ -# $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Alexander Rødseth <[email protected]> # Contributor: Hugo Doria <[email protected]> # Contributor: Sergej Chodarev <[email protected]> @@ -6,8 +6,8 @@ # Contributor: zhuqin <[email protected]> pkgname=gedit-plugins -pkgver=3.28.1 -pkgrel=2 +pkgver=3.30.0 +pkgrel=1 pkgdesc="Collection of plugins for the gedit Text Editor" url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins" arch=(x86_64) @@ -17,8 +17,8 @@ optdepends=('gucharmap: for charmap plugin' 'vte3: for embedded terminal' 'libgit2-glib: for git plugin') -_commit=0a42cc29088fefcf17a4e289b1f0acef3c4bcf9f # tags/3.28.1^0 -source=("git+https://git.gnome.org/browse/gedit-plugins#commit=$_commit") +_commit=4fdb7da1b03ab5f0eda3e74382fc87c3c67a40b0 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit") sha512sums=('SKIP') pkgver() { @@ -40,7 +40,7 @@ package() { cd $pkgname - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: Property changes on: gedit-plugins/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
