summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Courbot2022-11-28 20:57:55 +0900
committerAlexandre Courbot2022-11-28 20:57:55 +0900
commitc7b1a87001af822900a4e4f72f7e0d1937c0e341 (patch)
treeba5c93d9f16fedff5da3f94b0072d408badb0dd6 /PKGBUILD
parent3c99107a37a7cde6ab2faff0e2a7b7f4cddc5ec5 (diff)
downloadaur-tagainijisho.tar.gz
version 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"