summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmal Shasthree Karunarathna2019-08-18 21:34:04 +0530
committerAmal Shasthree Karunarathna2019-08-18 21:34:04 +0530
commitbd010acb0ed355aaecdf58af5f5817bc8b84efce (patch)
tree6cea4ba4a67dd244545d2a916a41a6994a377038
parentbfbb4b2547323cb4be0326dc35aefb9e30734faa (diff)
downloadaur-bd010acb0ed355aaecdf58af5f5817bc8b84efce.tar.gz
upgpkg: hakuneko 5.0.8-1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b83357ab52b1..d713bab6ce72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = hakuneko-desktop
- pkgdesc = Electron based Manga Downloader for Linux, Windows & MacOS. Also known as HakuNeko-S.
- pkgver = 0.4.0
- pkgrel = 2
- url = https://sourceforge.net/projects/hakuneko
+ pkgdesc = Manga & Anime Downloader for Linux, Windows & MacOS
+ pkgver = 5.0.8
+ pkgrel = 1
+ url = https://github.com/manga-download/hakuneko
arch = x86_64
license = MIT
depends = libxss
- depends = gconf
depends = nss
- depends = alsa-lib
- depends = gtk2
- depends = libxtst
- source_x86_64 = https://downloads.sourceforge.net/project/hakuneko/0.4.0/hakuneko-desktop_0.4.0_linux_amd64.deb
- source_x86_64 = hakuneko-desktop.sh
- sha512sums_x86_64 = ad1939e5da894d26aa4e6252590b3eb2868937826b6091419da0f0767b655c716272a4867839d0eb2cbe23c63dfe7a5649ebbd434764f776804b29a2f0c3f9db
- sha512sums_x86_64 = 18c99d1f4f0d2cb889e5e3ec541c26842bd128af68018780d3d43bcd147e0b9cf99260f9c79f506b383f9d9946c3f92577a6c71ea647b1ea7936f4031e628601
+ depends = gtk3
+ source = https://github.com/manga-download/hakuneko/releases/download/v5.0.8/hakuneko-desktop_5.0.8_linux_amd64.deb
+ source = hakuneko-desktop.sh
+ sha512sums = 733086c5d693ee6d8bc7fe6a9ac68d6752c2dcb51fbe26c107860e89d014b589a2f5d311d5e2058b27d569ac7805cce40fe519d6729d2a78cee53c20ae523243
+ sha512sums = 18c99d1f4f0d2cb889e5e3ec541c26842bd128af68018780d3d43bcd147e0b9cf99260f9c79f506b383f9d9946c3f92577a6c71ea647b1ea7936f4031e628601
pkgname = hakuneko-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 47edce0f4e62..fd874ad812b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Amal Karunarathna <nasashinega@gmail.com>
pkgname=hakuneko-desktop
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Electron based Manga Downloader for Linux, Windows & MacOS. Also known as HakuNeko-S."
+pkgver=5.0.8
+pkgrel=1
+pkgdesc="Manga & Anime Downloader for Linux, Windows & MacOS"
arch=('x86_64')
-url="https://sourceforge.net/projects/hakuneko"
+url="https://github.com/manga-download/hakuneko"
license=('MIT')
-depends=('libxss' 'gconf' 'nss' 'alsa-lib' 'gtk2' 'libxtst')
-source_x86_64=(
- "https://downloads.sourceforge.net/project/hakuneko/${pkgver}/${pkgname}_${pkgver}_linux_amd64.deb"
+depends=('libxss' 'nss' 'gtk3')
+source=(
+ "https://github.com/manga-download/hakuneko/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.deb"
"${pkgname}.sh"
)
-sha512sums_x86_64=(
- 'ad1939e5da894d26aa4e6252590b3eb2868937826b6091419da0f0767b655c716272a4867839d0eb2cbe23c63dfe7a5649ebbd434764f776804b29a2f0c3f9db'
+sha512sums=(
+ '733086c5d693ee6d8bc7fe6a9ac68d6752c2dcb51fbe26c107860e89d014b589a2f5d311d5e2058b27d569ac7805cce40fe519d6729d2a78cee53c20ae523243'
'18c99d1f4f0d2cb889e5e3ec541c26842bd128af68018780d3d43bcd147e0b9cf99260f9c79f506b383f9d9946c3f92577a6c71ea647b1ea7936f4031e628601'
)