summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a98d73d0c2be..bd07edd31a4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virt-backup
pkgdesc = Automatic backups for Libvirt
- pkgver = 0.1.0
- pkgrel = 3
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/Anthony25/virt-backup
arch = any
license = BSD
@@ -15,8 +15,8 @@ pkgbase = virt-backup
depends = python-tqdm
depends = python-yaml
options = !emptydirs
- source = https://github.com/Anthony25/virt-backup/archive/0.1.0.tar.gz
- sha256sums = 4eb504960b9cec20e86de4931b70a4a1018c4ca18e6ddbba8731dad44e5a3ad1
+ source = https://github.com/Anthony25/virt-backup/archive/0.1.1.tar.gz
+ sha256sums = bf2555004d7c509ddd73a85d1b324588ab8128dcc23b5b3f9c74ad2814d3a405
pkgname = virt-backup
diff --git a/PKGBUILD b/PKGBUILD
index 962f11543b3d..9afff84a8be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# his PKGBUILD that served as a base for this one
pkgname=virt-backup
-pkgver=0.1.0
-pkgrel=3
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Automatic backups for Libvirt"
arch=(any)
url="https://github.com/Anthony25/virt-backup"
@@ -25,7 +25,7 @@ depends=(
)
options=(!emptydirs)
source=("https://github.com/Anthony25/virt-backup/archive/${pkgver}.tar.gz")
-sha256sums=('4eb504960b9cec20e86de4931b70a4a1018c4ca18e6ddbba8731dad44e5a3ad1')
+sha256sums=('bf2555004d7c509ddd73a85d1b324588ab8128dcc23b5b3f9c74ad2814d3a405')
package() {
cd "${srcdir}/virt-backup-${pkgver}"