summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98a1a14f9552..688f67fdf1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=debops
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="A collection of Ansible playbooks, scalable from one container to an entire data center."
arch=('any')
url="http://debops.org/"
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('python2' 'ansible' 'python2-netaddr' 'python2-ldap' 'python2-passlib' 'util-linux' 'encfs' 'gnupg')
makedepends=('python2-setuptools')
conflicts=('depops-git')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('cfc85ebb4249b851d18df2283a781f009460c386bbcc1093da80443a21a1f556')
+source=("https://github.com/$pkgname/debops-tools/archive/v$pkgver.tar.gz")
+sha256sums=('ab84d9e0851a5cc35eadbe48a16f26a5c8812d84f13fa622664fe376e1a23f64')
build() {
cd "$pkgname-tools-$pkgver"