Date: Wednesday, November 22, 2017 @ 09:06:27
  Author: arodseth
Revision: 267893

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
    (from rev 267892, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-22 09:06:18 UTC (rev 267892)
+++ PKGBUILD    2017-11-22 09:06:27 UTC (rev 267893)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <an...@archlinux.org>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz...@gmail.com>
-# Contributor: Patrick Melo <patr...@patrickmelo.eti.br>
-
-pkgname=geany-plugins
-pkgver=1.31
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='https://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils'
-         'lua51' 'libgit2' 'python2' 'pygtk')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Looking forward to Python 3 being supported
-  export PYTHON=/usr/bin/python2
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: plugins.geany.org/downloads.html
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 267892, 
geany-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-11-22 09:06:27 UTC (rev 267893)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <an...@archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz...@gmail.com>
+# Contributor: Patrick Melo <patr...@patrickmelo.eti.br>
+
+pkgname=geany-plugins
+pkgver=1.32
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64')
+url='https://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'ctpl' 'desktop-file-utils' 'gpgme' 'gtkspell' 
'libgit2' 'lua51' 'pygtk' 'python2' 'vte')
+makedepends=('cppcheck' 'gdb' 'intltool' 'libgit2' 'vala')
+optdepends=('hspell: hebrew spell checker')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Looking forward to Python 3 being supported
+  export PYTHON=/usr/bin/python2
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim: ts=2 sw=2 et:

Reply via email to