summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-03-22 21:33:32 -0500
committerCarlos Aznarán Laos2022-03-22 21:33:32 -0500
commit979c8bf7faa0e238d036b0b80ee88a363912c655 (patch)
tree2061f7c6710729eeaf4b89088383aba3e4a3e1b6
parentb62bcac99696ba64025b141f33546eed403bff23 (diff)
downloadaur-979c8bf7faa0e238d036b0b80ee88a363912c655.tar.gz
Bump version to 0.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f617a75389f..21ed3ae193bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exam-terminal
pkgdesc = Terminal/console based exam, test, or quiz tool for educators and learners
- pkgver = 0.2.7
- pkgrel = 2
+ pkgver = 0.2.8
+ pkgrel = 1
url = https://github.com/ismet55555/exam-terminal
arch = x86_64
license = Apache
@@ -11,9 +11,9 @@ pkgbase = exam-terminal
depends = python-pyaml
depends = python-click
provides = exam-terminal
- source = https://pypi.org/packages/source/e/exam-terminal/exam-terminal-0.2.7.tar.gz
+ source = https://pypi.org/packages/source/e/exam-terminal/exam-terminal-0.2.8.tar.gz
source = https://raw.githubusercontent.com/ismet55555/exam-terminal/master/requirements.txt
- sha512sums = 9680e9bec21b5899110bb4db2edd1c397ac710619a3a83133bc9947cf897d7dda5bf11f09417d5d9963cff6a537a4d4c41ede52b91092286b82260ed0e6e625e
+ sha512sums = 7678e05d01c6f556c4f05e0ce4ec58b6bd158f9469fa67a90464af274db4c6102bc55d2683208152e7144486e49c540a41cbfc96876af5a6046fdddd066e0c8a
sha512sums = 5ff9f0127ca598b6f48db00c260a617124deb77831d66d591e2f73bd81760f377385f437c141da2860e62880357781d3d03bb32a687b86984e5066c281c7b5dd
pkgname = exam-terminal
diff --git a/PKGBUILD b/PKGBUILD
index f1b05d1d063f..1f81310b47d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
pkgname=exam-terminal
pkgdesc="Terminal/console based exam, test, or quiz tool for educators and learners"
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
arch=('x86_64')
url="https://github.com/ismet55555/${pkgname}"
license=('Apache')
@@ -10,7 +10,7 @@ depends=(python-fpdf2 python-requests python-pyaml python-click)
makedepends=(python-pip)
provides=(${pkgname})
source=(https://pypi.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz https://raw.githubusercontent.com/ismet55555/${pkgname}/master/requirements.txt)
-sha512sums=('9680e9bec21b5899110bb4db2edd1c397ac710619a3a83133bc9947cf897d7dda5bf11f09417d5d9963cff6a537a4d4c41ede52b91092286b82260ed0e6e625e' '5ff9f0127ca598b6f48db00c260a617124deb77831d66d591e2f73bd81760f377385f437c141da2860e62880357781d3d03bb32a687b86984e5066c281c7b5dd')
+sha512sums=('7678e05d01c6f556c4f05e0ce4ec58b6bd158f9469fa67a90464af274db4c6102bc55d2683208152e7144486e49c540a41cbfc96876af5a6046fdddd066e0c8a' '5ff9f0127ca598b6f48db00c260a617124deb77831d66d591e2f73bd81760f377385f437c141da2860e62880357781d3d03bb32a687b86984e5066c281c7b5dd')
prepare() {
mv requirements.txt "${pkgname}-${pkgver}"