summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlone22020-05-15 21:12:16 +0200
committerAlone22020-05-15 21:12:16 +0200
commit966dc480702faa718fa50a1bbe38af0a75d88e0b (patch)
tree1c68fa5e081146c7ca45741ae50a5048c183ebee
parente2422cf1194feaf0d6c7ab5c83485d92776c9578 (diff)
downloadaur-966dc480702faa718fa50a1bbe38af0a75d88e0b.tar.gz
Version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01aec15079ba..fe26fdacb1ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = studyflash
pkgdesc = Learn flashcards inside your terminal
- pkgver = 1.0.1
+ pkgver = 1.1.0
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.0.1.tar.gz
- md5sums = beb13613ff34bea51d65f2cc25d6fcd4
+ source = https://github.com/Alone2/studyFlash/archive/v1.1.0.tar.gz
+ md5sums = 124bc26d6fae8e4415c1307836cf5dc3
pkgname = studyflash
diff --git a/PKGBUILD b/PKGBUILD
index 78bcc15764d0..96a0b5e28fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alone2 <admin@bundr.net>
pkgname=studyflash
-pkgver=1.0.1
+pkgver=1.1.0
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=('beb13613ff34bea51d65f2cc25d6fcd4')
+md5sums=('124bc26d6fae8e4415c1307836cf5dc3')
package() {
cd "${srcdir}/studyFlash-${pkgver}"