summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2022-11-28 20:57:55 +0900
committerAlexandre Courbot2022-11-28 20:57:55 +0900
commitc7b1a87001af822900a4e4f72f7e0d1937c0e341 (patch)
treeba5c93d9f16fedff5da3f94b0072d408badb0dd6
parent3c99107a37a7cde6ab2faff0e2a7b7f4cddc5ec5 (diff)
downloadaur-tagainijisho.tar.gz
version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1534e05f80..cf76a37372fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagainijisho
pkgdesc = A Free Japanese dictionary and study assistant
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.1/tagainijisho-1.2.1.tar.gz
- md5sums = fe677eb174c67c05ab39853c0eafe6e5
+ source = https://github.com/Gnurou/tagainijisho/releases/download/1.2.2/tagainijisho-1.2.2.tar.gz
+ md5sums = 4aa8842c5fa794dbb155b995432abf89
pkgname = tagainijisho
diff --git a/PKGBUILD b/PKGBUILD
index a457ea711a88..586d42d38ca1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Kristian Setälä <kristian.setala@gmail.com>
pkgname=tagainijisho
-pkgver=1.2.1
+pkgver=1.2.2
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=('fe677eb174c67c05ab39853c0eafe6e5')
+md5sums=('4aa8842c5fa794dbb155b995432abf89')
build() {
cd "$srcdir/$pkgname-$pkgver"