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

Levente Polyak anthraxx at archlinux.org
Tue Jul 18 21:50:26 UTC 2017


    Date: Tuesday, July 18, 2017 @ 21:50:26
  Author: anthraxx
Revision: 245632

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-18 21:50:19 UTC (rev 245631)
+++ PKGBUILD	2017-07-18 21:50:26 UTC (rev 245632)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor : Martin Wimpress <code at flexion.org>
-
-pkgname=gufw
-_pkgver=17.04
-pkgver=${_pkgver}.1
-pkgrel=3
-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')
-
-prepare() {
-  cd gui-ufw-${pkgver}
-  sed 's|python3.5|python3.6|g' -i bin/gufw-pkexec
-}
-
-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 245631, gufw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-18 21:50:26 UTC (rev 245632)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Martin Wimpress <code at flexion.org>
+
+pkgname=gufw
+_pkgver=17.10
+pkgver=${_pkgver}.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' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/trunk/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha256sums=('8632e763a07e8057f312786b8f7c4970d44c26e73f8b184be1d2fc314e9c3dac')
+sha512sums=('7a2e2ff72b3f87e463027c9d8a0266ebbf43289c59684987454215bfd9f40b127b06222a36a3e13fe4325b49e14b1f0182b33fcc495ce7a2e70071aa4b03d2c9')
+
+prepare() {
+  cd gui-ufw-${pkgver}
+  sed 's|python3.5|python3.6|g' -i bin/gufw-pkexec
+}
+
+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