summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 11:27:06 +0800
committerzxp198210052023-08-10 11:27:06 +0800
commitf01b109b2b6ac019bb768130a596457e8dba1be3 (patch)
tree8412292a0ffbc6bd92ead74c197622e96408c243
parent21e45c28b5e0b43d5c60a6bdbf192a22fa738f3e (diff)
downloadaur-f01b109b2b6ac019bb768130a596457e8dba1be3.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f1653ed1a7..2df18f149987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aniship-bin
pkgdesc = A convenient and functional unofficial client that allows for easy viewing of anime on PCs and laptops.
pkgver = 0.0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://t.me/aniship
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = aniship-bin
depends = electron16
depends = gcc-libs
depends = glibc
- provides = aniship
+ provides = aniship=0.0.4.2
conflicts = aniship
source = aniship-0.0.4.2.AppImage::https://github.com/progzone122/AniShip/releases/download/v0.0.4.2night/setup-0.0.4-2.AppImage
source = aniship.sh
diff --git a/PKGBUILD b/PKGBUILD
index d1de3f311eff..7f80f4eb81bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="aniship-bin"
+pkgname=aniship-bin
pkgver=0.0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A convenient and functional unofficial client that allows for easy viewing of anime on PCs and laptops."
arch=('x86_64')
url="https://t.me/aniship"
_githuburl="https://github.com/progzone122/AniShip"
license=('custom')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=('bash' 'electron16' 'gcc-libs' 'glibc')
source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}night/setup-0.0.4-2.AppImage"