[arch-commits] Commit in python-configobj/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Dec 21 15:01:58 UTC 2020


    Date: Monday, December 21, 2020 @ 15:01:58
  Author: arodseth
Revision: 781131

upgpkg: python-configobj 5.0.6-10

Modified:
  python-configobj/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 15:00:46 UTC (rev 781130)
+++ PKGBUILD	2020-12-21 15:01:58 UTC (rev 781131)
@@ -1,25 +1,22 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.com.ve>
 # Contributor: Stefan Husmann  <stefan-husmann at t-online.de>
-# Contributor: Manuel "ekerazha" C. (www.ekerazha.com)
+# Contributor: Manuel C.
 
 pkgname=python-configobj
 pkgver=5.0.6
-pkgrel=9
-pkgdesc='Simple but powerful config file reader and writer for Python'
-arch=('any')
+pkgrel=10
+pkgdesc='Simple config file reader and writer'
+arch=(any)
 url='https://github.com/DiffSK/configobj'
-license=('BSD')
-depends=('python-six')
-makedepends=('python')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/DiffSK/configobj/archive/v$pkgver.tar.gz")
-sha256sums=('2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e')
+license=(BSD)
+depends=(python-six)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=3e2f4cca81b60171e6b3e23619f6f4929a13322e") # latest master, ref FS#68893
+sha256sums=(SKIP)
 
 package() {
-  cd "configobj-$pkgver"
-
+  cd configobj
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list