summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-09 11:57:00 +0800
committerzxp198210052023-08-09 11:57:00 +0800
commitd5567aed000292fde63beee53d2345f8472e22dd (patch)
tree5659fd0b515495dc5075c955f9ba8b158011b6a7
parent336042ea225a2b64a1d0c5f82fd27a436e4b88df (diff)
downloadaur-d5567aed000292fde63beee53d2345f8472e22dd.tar.gz
fix errors
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85638d8ab329..754c59800793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webgal-terre-bin
pkgdesc = Galgame Editing. Redefined | 视觉小说编辑,再进化
pkgver = 4.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://docs.openwebgal.com/guide/
arch = x86_64
license = MPL2
@@ -30,10 +30,12 @@ pkgbase = webgal-terre-bin
depends = libxfixes
depends = glibc
depends = gtk3
+ provides = webgal-terre=4.4.2
+ conflicts = webgal-terre
noextract = webgal-terre-4.4.2.zip
source = webgal-terre-4.4.2.zip::https://github.com/MakinoharaShoko/WebGAL_Terre/releases/download/4.4.2/WebGAL_Terre_Linux_4.4.2.zip
source = LICENSE::https://raw.githubusercontent.com/MakinoharaShoko/WebGAL_Terre/main/LICENSE
- sha256sums = 5a4959e7ec0fde4f1ac7231832b9d35b9e69fd3ee010ef90435fbc1ab6763a3e
+ sha256sums = 7d10e7c309921098c6fed7c850bb5592dd92586d96a040e93c2c874d2694222c
sha256sums = 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5
pkgname = webgal-terre-bin
diff --git a/PKGBUILD b/PKGBUILD
index 439f9ce96b52..c9a617ccdde6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="webgal-terre-bin"
+pkgname=webgal-terre-bin
pkgver=4.4.2
-pkgrel=1
-pkgdesc='Galgame Editing. Redefined | 视觉小说编辑,再进化'
+pkgrel=2
+pkgdesc="Galgame Editing. Redefined | 视觉小说编辑,再进化"
arch=("x86_64")
url="https://docs.openwebgal.com/guide/"
_githuburl="https://github.com/MakinoharaShoko/WebGAL_Terre"
license=('MPL2')
+provides=("${pkgname%-bin}=${pkgver}")
+conflicts=("${pkgname%-bin}")
depends=('cairo' 'mesa' 'libxrandr' 'libxcomposite' 'libdrm' 'libxdamage' 'nspr' 'glib2' 'at-spi2-core' 'nss' 'libcups' 'libxext' 'dbus' \
'libxkbcommon' 'libx11' 'pango' 'java-runtime' 'alsa-lib' 'expat' 'gcc-libs' 'libxcb' 'libxfixes' 'glibc' 'gtk3')
makedepends=('gendesk')
noextract=("${pkgname%-bin}-${pkgver}.zip")
source=("${pkgname%-bin}-${pkgver}.zip::${_githuburl}/releases/download/${pkgver}/WebGAL_Terre_Linux_${pkgver}.zip"
"LICENSE::https://raw.githubusercontent.com/MakinoharaShoko/WebGAL_Terre/main/LICENSE")
-sha256sums=('5a4959e7ec0fde4f1ac7231832b9d35b9e69fd3ee010ef90435fbc1ab6763a3e'
+sha256sums=('7d10e7c309921098c6fed7c850bb5592dd92586d96a040e93c2c874d2694222c'
'1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5')
package() {
install -Dm755 -d "${pkgdir}/opt/${pkgname%-bin}"