summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 09:30:15 +0800
committerzxp198210052023-08-10 09:30:15 +0800
commitc91fd48cc39e81cc27e58f2e5a8513390f779a74 (patch)
tree7106cb01d7e59b4e1c135bfa0234e25eea6a5b33
parenteeba0e3a6e1da5ab24a78c6bb3df1402ae63e481 (diff)
downloadaur-c91fd48cc39e81cc27e58f2e5a8513390f779a74.tar.gz
update to 3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb9a901efd0..0b810db1d421 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = webkitty-bin
pkgdesc = Local web development IDE
- pkgver = 3.1.1
+ pkgver = 3.2.0
pkgrel = 1
url = https://dartfling.com/product?pid=3
arch = x86_64
license = MIT
depends = bash
depends = electron24
- provides = webkitty
+ provides = webkitty=3.2.0
conflicts = webkitty
- source = webkitty-3.1.1.AppImage::https://github.com/yikuansun/webkitty/releases/download/v3.1.1/WebKitty-3.1.1.AppImage
+ source = webkitty-3.2.0.AppImage::https://github.com/yikuansun/webkitty/releases/download/v3.2.0/WebKitty-3.2.0.AppImage
source = LICENSE::https://raw.githubusercontent.com/yikuansun/webkitty/master/LICENSE
source = webkitty.sh
- sha256sums = 334f7d1319027a3c7d5a4c99a080840768971c0e40738bfd9318022d52fceeb6
+ sha256sums = 79ddd279094e41f6ef7f6b051d590cb056253f06053997132bbf3fdaf38bc890
sha256sums = c46ac74ef8cd13c7541f9de280f3d759319f70292fd32d4d170193041b06300b
sha256sums = 62c2a438ded414143a25d2de02c6e9b8363935b6777ce996f8410f6dc8eee1a5
diff --git a/PKGBUILD b/PKGBUILD
index 3a3725256da9..adb8e2dacdf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: LeSnake04 <dev.lesnake@posteo.de>
-pkgname="webkitty-bin"
-pkgver=3.1.1
+pkgname=webkitty-bin
+pkgver=3.2.0
pkgrel=1
pkgdesc="Local web development IDE"
arch=("x86_64")
@@ -8,12 +8,12 @@ url="https://dartfling.com/product?pid=3"
_githuburl="https://github.com/yikuansun/webkitty"
license=("MIT")
depends=('bash' 'electron24')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}/WebKitty-${pkgver}.AppImage"
"LICENSE::https://raw.githubusercontent.com/yikuansun/webkitty/master/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('334f7d1319027a3c7d5a4c99a080840768971c0e40738bfd9318022d52fceeb6'
+sha256sums=('79ddd279094e41f6ef7f6b051d590cb056253f06053997132bbf3fdaf38bc890'
'c46ac74ef8cd13c7541f9de280f3d759319f70292fd32d4d170193041b06300b'
'62c2a438ded414143a25d2de02c6e9b8363935b6777ce996f8410f6dc8eee1a5')
prepare() {