[arch-commits] Commit in gufw/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Nov 2 22:52:50 UTC 2016


    Date: Wednesday, November 2, 2016 @ 22:52:49
  Author: anthraxx
Revision: 194559

archrelease: copy trunk to community-any

Added:
  gufw/repos/community-any/PKGBUILD
    (from rev 194558, gufw/trunk/PKGBUILD)
Deleted:
  gufw/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 22:52:42 UTC (rev 194558)
+++ PKGBUILD	2016-11-02 22:52:49 UTC (rev 194559)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor : Martin Wimpress <code at flexion.org>
-
-pkgname=gufw
-_pkgver=17.04
-pkgver=17.04.0
-pkgrel=1
-pkgdesc='Uncomplicated way to manage your Linux firewall'
-url='https://gufw.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 'net-tools' 'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('intltool' 'python-distutils-extra')
-source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
-sha512sums=('8adfc652861c2f4bf85ea477bdbc35e184bf2cff6d16f8759fb36a21b61305f3eb13387c7bd1f363706fd335219f8931d19300b5e2040e13dcb1569e80cf6ef5')
-
-package(){
-  cd gui-ufw-${pkgver}
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" -O1
-}
-
-# vim: ts=2 sw=2 et:

Copied: gufw/repos/community-any/PKGBUILD (from rev 194558, gufw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 22:52:49 UTC (rev 194559)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Martin Wimpress <code at flexion.org>
+
+pkgname=gufw
+_pkgver=17.04
+pkgver=${_pkgver}.1
+pkgrel=1
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 'net-tools' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha512sums=('f8168652d6bfc0b50de3a74e1db08539642347b652af1d18310bc1fcaa774da5c72fef57778562f042bf19eb329fd0d576c15ce6200ee87ce48700fa02a7104c')
+
+package(){
+  cd gui-ufw-${pkgver}
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list