summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot2022-02-14 18:44:12 +0900
committerAlexandre Courbot2022-02-14 18:44:12 +0900
commitbfa07398583a8688fc5c79d2c017a9d072645a84 (patch)
tree8b341ffe4857a51d6f27287c34750d38b7e48c78
parent04bc101b4d58a71bc32d87f2391c30ea7cc04ec0 (diff)
downloadaur-bfa07398583a8688fc5c79d2c017a9d072645a84.tar.gz
update to version 1.1.91
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f94754382fd1..ed54a05afc99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tagainijisho
pkgdesc = A Free Japanese dictionary and study assistant
- pkgver = 1.1.90
- pkgrel = 2
- url = http://www.tagaini.net/
+ pkgver = 1.1.91
+ pkgrel = 1
+ url = https://www.tagaini.net/
arch = i686
arch = x86_64
arch = armv7h
@@ -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.90/tagainijisho-1.1.90.tar.gz
- md5sums = e6704078571db9584745ef4747105ef8
+ source = https://github.com/Gnurou/tagainijisho/releases/download/1.1.91/tagainijisho-1.1.91.tar.gz
+ md5sums = 649dcf55ad5b5ac5a0224c8f2d2971b8
pkgname = tagainijisho
diff --git a/PKGBUILD b/PKGBUILD
index f8a6b1bc3379..648abdcf508d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Kristian Setälä <kristian.setala@gmail.com>
pkgname=tagainijisho
-pkgver=1.1.90
-pkgrel=2
+pkgver=1.1.91
+pkgrel=1
pkgdesc="A Free Japanese dictionary and study assistant"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
-url="http://www.tagaini.net/"
+url="https://www.tagaini.net/"
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=('e6704078571db9584745ef4747105ef8')
+md5sums=('649dcf55ad5b5ac5a0224c8f2d2971b8')
build() {
cd "$srcdir/$pkgname-$pkgver"