summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiaoxigua-12023-04-08 10:48:38 +0000
committerxiaoxigua-12023-04-08 10:48:38 +0000
commit827c40aa82f59a3ce50348c8e97d9f3bcd007c86 (patch)
tree95366c2e11867067df749206725d414991bdf156
parent1dfdcd9ea2e22ffbd88c1e0d69186b0d5ae8c7cd (diff)
downloadaur-827c40aa82f59a3ce50348c8e97d9f3bcd007c86.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89973b3a17ff..1a278a0d039f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ pkgbase = x-pixiv-bin
url = https://github.com/xiaoxigua-1/XPixiv
arch = x86_64
license = MIT
- depends = openssl
+ depends = openssl1.1
provides = x-pixiv
conflicts = x-pixiv
source_x86_64 = https://github.com/xiaoxigua-1/XPixiv/releases/download/v.0.1.6/x-pixiv-0.1.6-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = b63b23138e0a2e8d8da63f9950d1f78c4a55514f5b292f13cc80a768ef31ed8f
+ sha256sums_x86_64 = d6a702cd5da95d08501196450a1ea2077eba74f995f85c0102838adc93dcf6cd
pkgname = x-pixiv-bin
diff --git a/PKGBUILD b/PKGBUILD
index 55dff5a40985..db54f32f73ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=("MIT")
arch=("x86_64")
provides=("x-pixiv")
conflicts=("x-pixiv")
-depends=("openssl")
+depends=("openssl1.1")
source_x86_64=("https://github.com/xiaoxigua-1/XPixiv/releases/download/v.0.1.6/x-pixiv-0.1.6-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("https://github.com/xiaoxigua-1/XPixiv/releases/download/v.0.1.6/x-pixiv-0.1.6-aarch64-unknown-linux-gnu.tar.gz")
@@ -15,4 +15,4 @@ package() {
install -Dm755 x-pixiv -t "$pkgdir/usr/bin"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums_x86_64=('b63b23138e0a2e8d8da63f9950d1f78c4a55514f5b292f13cc80a768ef31ed8f')
+sha256sums_x86_64=('d6a702cd5da95d08501196450a1ea2077eba74f995f85c0102838adc93dcf6cd')