summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlone22020-05-10 23:06:48 +0200
committerAlone22020-05-10 23:06:48 +0200
commite2422cf1194feaf0d6c7ab5c83485d92776c9578 (patch)
treedb0c4765d12d73b418c15ce5e65fd047223c28eb
parent935ec3e5fef0442ab60b929b740a083257ac22d5 (diff)
downloadaur-e2422cf1194feaf0d6c7ab5c83485d92776c9578.tar.gz
version 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1217f18a3bbf..01aec15079ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = studyflash
pkgdesc = Learn flashcards inside your terminal
- pkgver = 0.6.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Alone2/studyFlash
arch = any
@@ -8,8 +8,8 @@ pkgbase = studyflash
depends = python
depends = python3
depends = vi
- source = https://github.com/Alone2/studyFlash/archive/v0.6.0.tar.gz
- md5sums = 682318fbb0f1ec9ee337dc7ade05a62e
+ source = https://github.com/Alone2/studyFlash/archive/v1.0.1.tar.gz
+ md5sums = beb13613ff34bea51d65f2cc25d6fcd4
pkgname = studyflash
diff --git a/PKGBUILD b/PKGBUILD
index b1924e064e0c..78bcc15764d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alone2 <admin@bundr.net>
pkgname=studyflash
-pkgver=0.6.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Learn flashcards inside your terminal"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/Alone2/studyFlash"
license=('GPL3')
depends=('python' 'python3' 'vi')
source=("https://github.com/Alone2/studyFlash/archive/v$pkgver.tar.gz")
-md5sums=('682318fbb0f1ec9ee337dc7ade05a62e')
+md5sums=('beb13613ff34bea51d65f2cc25d6fcd4')
package() {
cd "${srcdir}/studyFlash-${pkgver}"