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

Morten Linderud foxboron at archlinux.org
Fri Oct 26 13:34:05 UTC 2018


    Date: Friday, October 26, 2018 @ 13:34:04
  Author: foxboron
Revision: 399126

archrelease: copy trunk to community-any

Added:
  python-pywal/repos/community-any/PKGBUILD
    (from rev 399125, python-pywal/trunk/PKGBUILD)
Deleted:
  python-pywal/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 13:33:53 UTC (rev 399125)
+++ PKGBUILD	2018-10-26 13:34:04 UTC (rev 399126)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org> 
-# Contributor: Sean Haugh <seanphaugh at gmail.com>
-
-pkgname=python-pywal
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Generate and change colorschemes on the fly"
-arch=('any')
-url="https://github.com/dylanaraps/pywal/"
-license=('MIT')
-depends=('python' 'imagemagick')
-makedepends=('python-setuptools')
-optdepends=('feh: set wallpaper'
-            'nitrogen: set wallpaper'
-	    'python2: reload gtk2 themes on the fly')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz")
-sha256sums=('2d17982b5803de3da09a0678523c009d9154f2a53cfe643f727445e758d6f4ba')
-
-build(){
-  cd "pywal-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "pywal-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "pywal-${pkgver}"
-  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pywal/repos/community-any/PKGBUILD (from rev 399125, python-pywal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-26 13:34:04 UTC (rev 399126)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org> 
+# Contributor: Sean Haugh <seanphaugh at gmail.com>
+
+pkgname=python-pywal
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Generate and change colorschemes on the fly"
+arch=('any')
+url="https://github.com/dylanaraps/pywal/"
+license=('MIT')
+depends=('python' 'imagemagick')
+makedepends=('python-setuptools')
+optdepends=('feh: set wallpaper'
+            'nitrogen: set wallpaper'
+	    'python2: reload gtk2 themes on the fly')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz")
+sha256sums=('6b5f6cb6a18690afd5446148440f559d2887187e19be7334b535635f4c88eaa8')
+
+build(){
+  cd "pywal-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pywal-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "pywal-${pkgver}"
+  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list