Date: Wednesday, July 31, 2019 @ 16:37:23 Author: alad Revision: 495643
upgpkg: python-kitchen 1.2.6-1 Modified: python-kitchen/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-31 16:37:10 UTC (rev 495642) +++ PKGBUILD 2019-07-31 16:37:23 UTC (rev 495643) @@ -2,16 +2,16 @@ # Contributor: John Jenkins [email protected] # Contributor: Sean Anderson [email protected] pkgname=python-kitchen -pkgver=1.2.5 -pkgrel=3 +pkgver=1.2.6 +pkgrel=1 pkgdesc="Useful snippets of python code" url="https://github.com/fedora-infra/kitchen" depends=('python') -makedepends=('python-setuptools' 'python2-setuptools') +makedepends=('python-setuptools') license=('LGPL') arch=('any') -source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76') +source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") +sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0') build() { cd "kitchen-$pkgver"
