summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4fd4fd855e1..5679abbad116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archrepo2-git
pkgdesc = Arch Linux repository manager
pkgver = 0.5.r23.g954068b
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/lilydjwg/archrepo2
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = python
- depends = python-setuptools
depends = python-tornado
depends = python-pyinotify
depends = pacman
diff --git a/PKGBUILD b/PKGBUILD
index 3c5c38fb5a35..7832fda45b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=archrepo2-git
epoch=2
pkgver=0.5.r23.g954068b
-pkgrel=1
+pkgrel=2
pkgdesc="Arch Linux repository manager"
arch=('any')
url="https://github.com/lilydjwg/archrepo2"
license=('MIT')
-depends=('python' 'python-setuptools' 'python-tornado' 'python-pyinotify' 'pacman' 'pyalpm')
-makedepends=('git')
+depends=('python' 'python-tornado' 'python-pyinotify' 'pacman' 'pyalpm')
+makedepends=('git' 'python-setuptools')
source=('git+https://github.com/lilydjwg/archrepo2.git')
md5sums=('SKIP')
backup=(etc/archrepo2.ini)