summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-06-23 19:11:16 +0100
committerAlexandre Pujol2020-06-23 19:11:16 +0100
commit3559d1a69a0a6ee5e10caa02c50cca4fa0a71ff1 (patch)
tree368f34f080e064443093c6b47930ee6c3940aa82
parent29f805c8092438745069d5b0097e9fbc092a3f56 (diff)
downloadaur-3559d1a69a0a6ee5e10caa02c50cca4fa0a71ff1.tar.gz
upgpkg: debops 2.1.0-1
upstream release debops 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f3dad6ea1d..8321849de242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 2.0.3
+ pkgver = 2.1.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/v2.0.3.tar.gz
- sha512sums = bee849a162606efce600b77ac56c754f6b5d9b473d6459f9070c224c78cc7b8b3733125bc1d5318d446d1bed19c0f503a8972f191b1dc2b66e56c61f55a086c8
+ source = debops-2.1.0.tar.gz::https://github.com/debops/debops/archive/v2.1.0.tar.gz
+ sha512sums = 8c4b6067139c39e0a367afc00414b899cce6d83a7943802ea03c08c22b6b0a30e7433b230af1e39648c18b8aa192f6a4ab44f5d2586905ec34daccc54b6da546
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index d45a5bef8e32..66631373eebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="Your Debian-based data center in a box"
arch=('any')
@@ -19,8 +19,8 @@ optdepends=(
'python-passlib: required by Ansible "password" lookup plugin')
makedepends=('python-setuptools')
conflicts=('depops-git')
-source=(https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('bee849a162606efce600b77ac56c754f6b5d9b473d6459f9070c224c78cc7b8b3733125bc1d5318d446d1bed19c0f503a8972f191b1dc2b66e56c61f55a086c8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha512sums=('8c4b6067139c39e0a367afc00414b899cce6d83a7943802ea03c08c22b6b0a30e7433b230af1e39648c18b8aa192f6a4ab44f5d2586905ec34daccc54b6da546')
build() {
cd "$pkgname-$pkgver"