summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2023-03-30 19:12:32 +0100
committerPeter2023-03-30 19:12:32 +0100
commit873f375e3041933ec9a240a9f388497619d30b36 (patch)
tree3f002d415c8b19586e3e0dbf657694abd7ac4078
parenta6de607ea344dc9ae8c774ad33288f3201198f86 (diff)
downloadaur-873f375e3041933ec9a240a9f388497619d30b36.tar.gz
Fixed build issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d971a822bb66..329ea469fb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = komikku
pkgdesc = Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support
pkgver = 1.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/valos/Komikku
arch = any
license = GPL3
@@ -30,6 +30,6 @@ pkgbase = komikku
depends = webkit2gtk-5.0
optdepends = org.freedesktop.secrets: store passwords safely
source = https://gitlab.com/valos/Komikku/-/archive/v1.17.0/Komikku-v1.17.0.tar.gz
- sha256sums = 76fafad31480dde10bf75969870d212337618be242919f53c28661bef949647e
+ sha256sums = a7530ca30eb15a8bc1892c57ca79553664ebce843c7c99e59ee3e85e8db22f7d
pkgname = komikku
diff --git a/PKGBUILD b/PKGBUILD
index 6c27a313a8fa..a340f5555d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgname=komikku
_author=valos
_gitname=Komikku
pkgver=1.17.0
-commitnum=97162e033dcef7d2ecdd9da7465cc27e8e1f9858
-pkgrel=1
+pkgrel=2
pkgdesc='Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support'
arch=(any)
url=https://gitlab.com/valos/Komikku
@@ -39,11 +38,10 @@ makedepends=(
)
optdepends=('org.freedesktop.secrets: store passwords safely')
source=("https://gitlab.com/$_author/$_gitname/-/archive/v$pkgver/$_gitname-v$pkgver.tar.gz")
-sha256sums=('76fafad31480dde10bf75969870d212337618be242919f53c28661bef949647e')
+sha256sums=('a7530ca30eb15a8bc1892c57ca79553664ebce843c7c99e59ee3e85e8db22f7d')
-#Build has a janky fix; Git clone didn't clone into v1.17.0 but its commitnum
build() {
- arch-meson $_gitname-$commitnum build
+ arch-meson $_gitname-v$pkgver build
ninja -C build
}