summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2022-05-22 16:41:48 +0900
committerAlexandre Courbot2022-05-22 16:41:48 +0900
commit71800039abc177738431141c17f6ee701f36dff0 (patch)
tree343b97dd6bfa46e4ba6d5a8d70e428a2d114437f
parentbfa07398583a8688fc5c79d2c017a9d072645a84 (diff)
downloadaur-71800039abc177738431141c17f6ee701f36dff0.tar.gz
update to version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed54a05afc99..cb927f8ca121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagainijisho
pkgdesc = A Free Japanese dictionary and study assistant
- pkgver = 1.1.91
+ pkgver = 1.2.0
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.1.91/tagainijisho-1.1.91.tar.gz
- md5sums = 649dcf55ad5b5ac5a0224c8f2d2971b8
+ source = https://github.com/Gnurou/tagainijisho/releases/download/1.2.0/tagainijisho-1.2.0.tar.gz
+ md5sums = b25749b3e96a64d4865061b7562f4dc3
pkgname = tagainijisho
diff --git a/PKGBUILD b/PKGBUILD
index 648abdcf508d..88ac22226878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Kristian Setälä <kristian.setala@gmail.com>
pkgname=tagainijisho
-pkgver=1.1.91
+pkgver=1.2.0
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=('649dcf55ad5b5ac5a0224c8f2d2971b8')
+md5sums=('b25749b3e96a64d4865061b7562f4dc3')
build() {
cd "$srcdir/$pkgname-$pkgver"