summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0x9fff002019-11-10 21:45:04 +0100
committer0x9fff002019-11-10 21:45:04 +0100
commitf7bcf174eb8ff551907eae1eb44eb4e71f675ca1 (patch)
tree3dfbc0267eb1ad0d6fb099bc0339c5d12c30d2cb
parentd3a62ac503b1047b73a7e0508699cbf7ef4ee8ad (diff)
downloadaur-f7bcf174eb8ff551907eae1eb44eb4e71f675ca1.tar.gz
1.2.6-3: Update pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015f5e7e0129..260dc9bec527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-kitchen
- pkgdesc = Kitchen contains a cornucopia of useful code
+ pkgdesc = Useful snippets of python code
pkgver = 1.2.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fedora-infra/kitchen
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 1377c26c38e0..860524462142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
# Maintainer: 0x9fff00 <0x9fff00+git@protonmail.ch>
# Contributor: Alad Wenter <alad@archlinux.org>
+# Contributor: John Jenkins twodopeshaggy@gmail.com
+# Contributor: Sean Anderson seanga2@gmail.com
# Contributor: Benjamin Chrétien <chretien at lirmm dot fr>
+# Based on python-kitchen in [community]
+
_name=kitchen
pkgname=python2-$_name
pkgver=1.2.6
-pkgrel=2
-pkgdesc='Kitchen contains a cornucopia of useful code'
+pkgrel=3
+pkgdesc='Useful snippets of python code'
arch=('any')
url="https://github.com/fedora-infra/$_name"
license=('LGPL')