summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Perez2020-08-05 17:41:09 -0400
committerAngel Perez2020-08-05 17:41:09 -0400
commita4432ebd6c70601a1fcbd5d7471c127c88c12979 (patch)
tree9667425ef5944f535588adedfbc0c36d0b25a89d
parent2b176c956c7d2387e56ad3694f4f26d7108f7ab7 (diff)
downloadaur-a4432ebd6c70601a1fcbd5d7471c127c88c12979.tar.gz
Set licence to GPL3
Set arch to x86_64 Updated to 2.0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73cfcc62df61..aa0d032e12b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = kiwix-desktop
pkgdesc = Offline reader for Web content. It's especially intended to make Wikipedia available offline.
- pkgver = 2.0
+ pkgver = 2.0.4
pkgrel = 1
url = https://www.kiwix.org/
- arch = any
- license = GPLv3
+ arch = x86_64
+ license = GPL3
makedepends = qt5-tools
makedepends = kiwix-lib
depends = qt5-base
@@ -14,8 +14,8 @@ pkgbase = kiwix-desktop
depends = aria2
depends = kiwix-lib
conflicts = kiwix-bin
- source = https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop-2.0.tar.gz
- md5sums = 7bf4863ce081483d9a26b2abf021ec6d
+ source = https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop-2.0.4.tar.gz
+ md5sums = 78b7b4558436c2212f9157132dace2cc
pkgname = kiwix-desktop
diff --git a/PKGBUILD b/PKGBUILD
index f9c10c48d591..e08ac7a94a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer : Angel Perez <near1297@nauta.cu>
# Maintainer: nic96
pkgname=kiwix-desktop
-pkgver=2.0
+pkgver=2.0.4
pkgrel=1
pkgdesc="Offline reader for Web content. It's especially intended to make Wikipedia available offline."
url="https://www.kiwix.org/"
-arch=("any")
-license=('GPLv3')
+arch=("x86_64")
+license=('GPL3')
depends=("qt5-base" "qt5-webengine" "qt5-svg" "qt5-imageformats" "aria2" "kiwix-lib")
makedepends=("qt5-tools" "kiwix-lib")
source=("https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop-$pkgver.tar.gz")
conflicts=("kiwix-bin")
-md5sums=('7bf4863ce081483d9a26b2abf021ec6d')
+md5sums=('78b7b4558436c2212f9157132dace2cc')
build() {
cd "$srcdir/$pkgname-$pkgver"