summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Heinemann2019-12-05 14:33:17 +0100
committerStefan Heinemann2019-12-05 14:35:24 +0100
commit66d1439adaf246378e184a616eebdc152ca8b71d (patch)
tree7ab108bf4e44801b7e1293e5f778ff8009367d92
parent38245191af8cf132a2de9de0df513aef5d77962f (diff)
downloadaur-66d1439adaf246378e184a616eebdc152ca8b71d.tar.gz
Update to version 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38197fcc1aac..ae76fc166a57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pockyt
pkgdesc = automate and manage your pocket collection
- pkgver = 1.1
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/arvindch/pockyt
arch = any
@@ -8,8 +8,8 @@ pkgbase = pockyt
makedepends = python
depends = python
depends = python-parse
- source = https://github.com/arvindch/pockyt/archive/1.1.tar.gz
- md5sums = 5912297bf6fff62f3ebf8b2ce3546052
+ source = https://github.com/arvindch/pockyt/archive/1.3.1.tar.gz
+ md5sums = 1860cc8232b52a1cc52a0c4cbda7b2ad
pkgname = pockyt
diff --git a/PKGBUILD b/PKGBUILD
index bbc030c08e6a..3a2096d6a218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Heinemann <stefan.heinemann@codedump.ch>
pkgname=pockyt
-pkgver=1.1
+pkgver=1.3.1
pkgrel=1
pkgdesc="automate and manage your pocket collection"
url="https://github.com/arvindch/pockyt"
@@ -10,7 +10,7 @@ makedepends=('python' )
license=('GPLv3+')
arch=('any')
source=("https://github.com/arvindch/pockyt/archive/$pkgver.tar.gz")
-md5sums=('5912297bf6fff62f3ebf8b2ce3546052')
+md5sums=('1860cc8232b52a1cc52a0c4cbda7b2ad')
build() {