summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Sabota2022-02-25 10:32:41 -0500
committerLukas Sabota2022-02-25 10:32:41 -0500
commit1c88a25e788812819f9f6d0a3e11675e585879f0 (patch)
tree2e7b8a52f1937e6ce537ce2d27fbef0c93cd959d /PKGBUILD
parent0c07c1e5f41da8498e4b1e226824c1efb8104cc0 (diff)
downloadaur-yum.tar.gz
use python2-urlgrabber
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c22f2b551621..8be9d8f6c26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer : Achilleas Pipinellis <axilleas archlinux info>
+# Contributor: prg <prg-archlinux@xannode.com>
# Contributor: William Giokas <1007380@gmail.com>
# Contributor: Fernando M f[at]beford.net
# Contributor: Ivo Benner <ivo.benner[at]web.de>
@@ -7,13 +8,13 @@
pkgname=yum
pkgver=3.4.3
-pkgrel=7
+pkgrel=8
pkgdesc="a popular channel based package manager for RPM distros."
arch=('i686' 'x86_64')
license=('GPL')
url="http://yum.baseurl.org/"
groups=('system')
-depends=('python2' 'intltool' 'urlgrabber' 'rpm-org' 'python2-pysqlite' 'yum-metadata-parser' 'python2-iniparse' 'python2-pyliblzma')
+depends=('python2' 'intltool' 'python2-urlgrabber' 'rpm-org' 'python2-pysqlite' 'yum-metadata-parser' 'python2-iniparse' 'python2-pyliblzma')
source=("http://yum.baseurl.org/download/3.4/yum-${pkgver}.tar.gz"
"yum.patch::https://src.fedoraproject.org/rpms/yum/raw/f21/f/yum-HEAD.patch"
'remove-init-dir-makefile.patch')