summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lühne2018-08-23 21:04:39 +0200
committerPatrick Lühne2018-08-23 21:05:35 +0200
commit24cb7bd974d27695691de60f8bcac0b608ad80b0 (patch)
treeadaa145a8c4808397a71aa573f4d54f87e2b5a9b
parent9da6067d2c67ac0dbd3dc7b3cedb59ff48fc54f8 (diff)
downloadaur-24cb7bd974d27695691de60f8bcac0b608ad80b0.tar.gz
Update to android-backup-tools 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa365358bc2..ffcc67384f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-android-backup-tools
pkgdesc = Unpack and repack android backups
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/bluec0re/android-backup-tools
arch = any
license = apache
depends = python
- source = https://github.com/bluec0re/android-backup-tools/archive/v0.1.0.tar.gz
- sha512sums = b227f793368e7900e882a0738eaeead184850eda6b9a8a3f9ba7846c93164f5f4bd2fa6abb7101d61bfc54c6e3ddaeb3c105ad1e5a7353a3f9d6c8d560804a8b
+ source = https://github.com/bluec0re/android-backup-tools/archive/v0.2.0.tar.gz
+ sha512sums = ac706ed3b79bd110c40932e13adfa1353f4614ca137ab99bcdf35324eca9c3b38821bcf7d9cc4d9c53807dc1f4ea6508d615e887c77b8c6155860d8888c6870b
pkgname = python-android-backup-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2c1b09b65fc3..eb5d66e2734d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=android-backup-tools
pkgname=python-${_name}
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Unpack and repack android backups"
url="https://github.com/bluec0re/android-backup-tools"
@@ -10,7 +10,7 @@ arch=('any')
license=('apache')
depends=('python')
source=("https://github.com/bluec0re/${_name}/archive/v${pkgver}.tar.gz")
-sha512sums=('b227f793368e7900e882a0738eaeead184850eda6b9a8a3f9ba7846c93164f5f4bd2fa6abb7101d61bfc54c6e3ddaeb3c105ad1e5a7353a3f9d6c8d560804a8b')
+sha512sums=('ac706ed3b79bd110c40932e13adfa1353f4614ca137ab99bcdf35324eca9c3b38821bcf7d9cc4d9c53807dc1f4ea6508d615e887c77b8c6155860d8888c6870b')
build() {
cd ${_name}-${pkgver}