summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzlfn2022-06-15 22:54:36 +0900
committerzlfn2022-06-15 22:54:36 +0900
commit912eb47b4734da211c4bc8546855297af453a4ae (patch)
tree77d740de687366f4a9c5af92038c963a92bb6cb9
parent8d55bc434fed66648b3db6e29b0e564ea41f99de (diff)
downloadaur-912eb47b4734da211c4bc8546855297af453a4ae.tar.gz
22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ade82e3138..6500367bcb44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = krita-plus-bin
pkgdesc = The pre-built package of Krita Plus. If you do not trust me, intall krita-plus-git instead.
- pkgver = v5.1.0.prealpha.r2151.g93e3db259c
+ pkgver = v5.1.0.prealpha.r2159.g6b4f9cf86c
pkgrel = 1
url = https://krita.org
arch = x86_64
@@ -45,8 +45,8 @@ pkgbase = krita-plus-bin
optdepends = krita-plugin-gmic: GMic plugin
provides = krita
conflicts = krita
- noextract = krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst
- source = https://github.com/zlfn/krita-aur/releases/download/93e3db259c/krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst
+ noextract = krita-plus-bin-v5.1.0.prealpha.r2159.g6b4f9cf86c-1-x86_64.pkg.tar.zst
+ source = https://github.com/zlfn/krita-aur/releases/download/v5.1.0.prealpha.r2159.g6b4f9cf86c/krita-plus-bin-v5.1.0.prealpha.r2159.g6b4f9cf86c-1-x86_64.pkg.tar.zst
sha512sums = SKIP
pkgname = krita-plus-bin
diff --git a/PKGBUILD b/PKGBUILD
index b73cf0bfdc90..95cfb22dd3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zlfn <elusive1102@naver.com>
pkgname=krita-plus-bin
-pkgver=v5.1.0.prealpha.r2151.g93e3db259c
+pkgver=v5.1.0.prealpha.r2159.g6b4f9cf86c
pkgrel=1
pkgdesc='The pre-built package of Krita Plus. If you do not trust me, intall krita-plus-git instead.'
arch=(x86_64)
@@ -17,6 +17,6 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
'krita-plugin-gmic: GMic plugin')
provides=(krita)
conflicts=(krita)
-source=('https://github.com/zlfn/krita-aur/releases/download/93e3db259c/krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst')
-noextract=('krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst')
+source=(https://github.com/zlfn/krita-aur/releases/download/$pkgver/krita-plus-bin-$pkgver-$pkgrel-x86_64.pkg.tar.zst)
+noextract=(krita-plus-bin-$pkgver-$pkgrel-x86_64.pkg.tar.zst)
sha512sums=('SKIP')