summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2022-07-12 20:46:23 +0900
committerAlexandre Courbot2022-07-12 20:47:56 +0900
commit3c99107a37a7cde6ab2faff0e2a7b7f4cddc5ec5 (patch)
tree8249e2faba35328affaf36089b40d9957c22b105
parent71800039abc177738431141c17f6ee701f36dff0 (diff)
downloadaur-3c99107a37a7cde6ab2faff0e2a7b7f4cddc5ec5.tar.gz
version 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb927f8ca121..5c1534e05f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagainijisho
pkgdesc = A Free Japanese dictionary and study assistant
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://www.tagaini.net/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tagainijisho
makedepends = desktop-file-utils
makedepends = qt5-tools
depends = qt5-base>=5.15
- source = https://github.com/Gnurou/tagainijisho/releases/download/1.2.0/tagainijisho-1.2.0.tar.gz
- md5sums = b25749b3e96a64d4865061b7562f4dc3
+ source = https://github.com/Gnurou/tagainijisho/releases/download/1.2.1/tagainijisho-1.2.1.tar.gz
+ md5sums = fe677eb174c67c05ab39853c0eafe6e5
pkgname = tagainijisho
diff --git a/PKGBUILD b/PKGBUILD
index 88ac22226878..a457ea711a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Kristian Setälä <kristian.setala@gmail.com>
pkgname=tagainijisho
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A Free Japanese dictionary and study assistant"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base>=5.15')
makedepends=('cmake>=2.8.1' 'desktop-file-utils' 'qt5-tools')
source=(https://github.com/Gnurou/tagainijisho/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('b25749b3e96a64d4865061b7562f4dc3')
+md5sums=('fe677eb174c67c05ab39853c0eafe6e5')
build() {
cd "$srcdir/$pkgname-$pkgver"