summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-01-31 14:23:34 +0000
committerAlexandre Pujol2020-01-31 14:23:34 +0000
commit86e284468d303a35087f6baa56010ab03dcf168e (patch)
tree49bbf51b511b62ebd6ccc1725cea539e15866bb6
parent39c2bd438559758f17aad3bf78238d033f2a5b67 (diff)
downloadaur-86e284468d303a35087f6baa56010ab03dcf168e.tar.gz
upgpkg: debops 2.0.0-1
upstream release debops 2.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec8650766ff0..c69c5d578ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 1.2.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://debops.org/
arch = any
@@ -18,8 +18,8 @@ pkgbase = debops
optdepends = python-ldap: required by Ansible "ldap_*" modules
optdepends = python-passlib: required by Ansible "password" lookup plugin
conflicts = depops-git
- source = https://github.com/debops/debops/archive/v1.2.1.tar.gz
- sha512sums = 71d8d0902ab503d1f14526801e9e60cb5e4496cb88399f78f0c451135e4c29879884684e053582e41ecd94a51631acb7b8ede6a858ccc2ba5ecdcb67bfcb725b
+ source = https://github.com/debops/debops/archive/v2.0.0.tar.gz
+ sha512sums = 8e309aaaf96e42610cd59a3f110c92afc419389d82801f15dc8e74921e3acb0f36d0188f2a83830865d5b10e368130bb1642d01c45692b4d1077866cf32b60eb
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index d18ec783bef9..07c74a59c9b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=1.2.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Your Debian-based data center in a box"
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
makedepends=('python-setuptools')
conflicts=('depops-git')
source=(https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('71d8d0902ab503d1f14526801e9e60cb5e4496cb88399f78f0c451135e4c29879884684e053582e41ecd94a51631acb7b8ede6a858ccc2ba5ecdcb67bfcb725b')
+sha512sums=('8e309aaaf96e42610cd59a3f110c92afc419389d82801f15dc8e74921e3acb0f36d0188f2a83830865d5b10e368130bb1642d01c45692b4d1077866cf32b60eb')
build() {
cd "$pkgname-$pkgver"