summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-11-28 09:00:19 -0500
committerkewl fft2019-11-28 09:00:19 -0500
commite8fa2bfe22d8880702f117ea0eaf6239c11b1661 (patch)
tree082aab37193174c1f75ffeaa56b021a94bb20571
parent0c816dac3c1a29b6348cb184d57693cabacd777a (diff)
downloadaur-e8fa2bfe22d8880702f117ea0eaf6239c11b1661.tar.gz
Update to version 1.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa70270c6f83..ae33ad83b63a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emborg
pkgdesc = Front-end to Borg backup
- pkgver = 1.9
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/KenKundert/emborg
arch = any
@@ -12,8 +12,8 @@ pkgbase = emborg
depends = python-docopt
depends = python-inform
depends = python-shlib
- source = https://github.com/KenKundert/emborg/archive/v1.9.tar.gz
- sha256sums = b3af25d17d94cbd11a2beb7692070e248e0e75c65f4aec452afa9c80b00598ce
+ source = https://github.com/KenKundert/emborg/archive/v1.11.tar.gz
+ sha256sums = 0f8a0e736b20d7397f8d7f0fc0b9601ec56e02231a1b978ae11063f83ed3795b
pkgname = emborg
diff --git a/PKGBUILD b/PKGBUILD
index 72a62049bfca..1754fae3ae7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
pkgname='emborg'
-pkgver=1.9
+pkgver=1.11
pkgrel=1
pkgdesc="Front-end to Borg backup"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
url="https://github.com/KenKundert/$pkgname"
license=('GPL3')
source=("https://github.com/KenKundert/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b3af25d17d94cbd11a2beb7692070e248e0e75c65f4aec452afa9c80b00598ce')
+sha256sums=('0f8a0e736b20d7397f8d7f0fc0b9601ec56e02231a1b978ae11063f83ed3795b')
build() {
cd "$pkgname-$pkgver"