summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"