summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2018-09-27 10:37:58 +0200
committerRicardo (XenGi) Band2018-09-27 10:37:58 +0200
commita1deefdff3de980adf7ff2f6ffc75cfba16a1f6d (patch)
treeab2885916be9ca46a37b13d5edb0320b43d7e1b8
parentc10c43646aa6211a52e9664ad4c8a0db2ceab4e8 (diff)
downloadaur-a1deefdff3de980adf7ff2f6ffc75cfba16a1f6d.tar.gz
version bump to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72091ae5326..b4a351fa64f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-btrfs-backup
pkgdesc = incremental atomic backups for btrfs using snapshots with local and/or remote storage.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/efficiosoft/btrfs-backup
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-btrfs-backup
depends = btrfs-progs>=3.12
optdepends = pv: displaying progress during backups
optdepends = openssh: remote backup storage
- source = https://github.com/efficiosoft/btrfs-backup/archive/v0.3.0.tar.gz
- sha512sums = 49d32569a3f7767cb6a6b69cf69bb0518a2c41c775a71d43ebf06ff3ae84a1791663182a6bb81aae3daceebc1af0b1eb6661ec272aad219aeb83edf0550f86be
+ source = https://github.com/efficiosoft/btrfs-backup/archive/v0.3.1.tar.gz
+ sha1sums = baee713913a4e8945101d8f36714b7980e97fb72
pkgname = python-btrfs-backup
diff --git a/PKGBUILD b/PKGBUILD
index 12bc7f30adca..5d76918e6923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=python-btrfs-backup
-_name=btrfs-backup
-pkgver=0.3.0
+_name=${pkgname#python-}
+pkgver=0.3.1
pkgrel=1
pkgdesc="incremental atomic backups for btrfs using snapshots with local and/or remote storage."
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('pv: displaying progress during backups'
'openssh: remote backup storage')
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
source=("https://github.com/efficiosoft/${_name}/archive/v${pkgver}.tar.gz")
-sha512sums=('49d32569a3f7767cb6a6b69cf69bb0518a2c41c775a71d43ebf06ff3ae84a1791663182a6bb81aae3daceebc1af0b1eb6661ec272aad219aeb83edf0550f86be')
+sha1sums=('baee713913a4e8945101d8f36714b7980e97fb72')
package () {
cd "${_name}-${pkgver}"