summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b2b262351a1..8233697ba88a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = studyflash
pkgdesc = Learn flashcards inside your terminal
- pkgver = 1.1.2
+ pkgver = 1.1.3
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/v1.1.2.tar.gz
- md5sums = 17e07f18859824eef5c439c9c2648490
+ source = https://github.com/Alone2/studyFlash/archive/v1.1.3.tar.gz
+ md5sums = eccd10bfc9ff4957b22757613e254f45
pkgname = studyflash
diff --git a/PKGBUILD b/PKGBUILD
index 6df8716ab138..098d9f11bdbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alone2 <admin@bundr.net>
pkgname=studyflash
-pkgver=1.1.2
+pkgver=1.1.3
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=('17e07f18859824eef5c439c9c2648490')
+md5sums=('eccd10bfc9ff4957b22757613e254f45')
package() {
cd "${srcdir}/studyFlash-${pkgver}"