summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoritsme2017-09-18 18:54:12 +0800
committeritsme2017-09-18 18:54:12 +0800
commit91ce7028a57efc0fd02faf0e9610812540f0c9ee (patch)
treef7fe08cd437dbd7388f87e225e740eed9f85367b
parentad2494f795093463d8dc9970d2125d8a38d8c791 (diff)
downloadaur-91ce7028a57efc0fd02faf0e9610812540f0c9ee.tar.gz
v0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d11073596617..2583b2c65626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = debops
pkgdesc = A collection of Ansible playbooks, scalable from one container to an entire data center.
- pkgver = 0.4.4
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = http://debops.org/
arch = any
license = GPL3
@@ -15,8 +15,8 @@ pkgbase = debops
depends = encfs
depends = gnupg
conflicts = depops-git
- source = https://github.com/debops/debops/archive/v0.4.4.tar.gz
- sha256sums = cfc85ebb4249b851d18df2283a781f009460c386bbcc1093da80443a21a1f556
+ source = https://github.com/debops/debops-tools/archive/v0.5.0.tar.gz
+ sha256sums = ab84d9e0851a5cc35eadbe48a16f26a5c8812d84f13fa622664fe376e1a23f64
pkgname = debops
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"