summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumax2022-07-10 20:07:59 +0800
committerkumax2022-07-10 20:07:59 +0800
commit7c0d684d7979f845bf6725ae3f7d5a83fc1abc68 (patch)
treec52ecca5126b80696e62f633238c1a2b3c2c539f
parent4423427ec3b6b70a9c6eaf23bb441906ec8a7756 (diff)
downloadaur-7c0d684d7979f845bf6725ae3f7d5a83fc1abc68.tar.gz
Upgrade to 0.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0950743b8076..e84e8aa176d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = biliup-app-bin
pkgdesc = Bilibili uploader, supports Windows, Linux, macOS.
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/ForgQi/biliup-app
arch = x86_64
+ depends = gtk3
+ depends = webkit2gtk
provides = biliup-app
conflicts = biliup-app
- source = biliup-app_0.3.2_amd64.deb::https://github.com/ForgQi/biliup-app/releases/download/app-v0.3.2/biliup-app_0.3.2_amd64.deb
- sha256sums = a1b6d4629999eb15a4635630da1361dfb7be4d6dd226477d004f7179dfaf1339
+ source = biliup-app_0.3.3_amd64.deb::https://github.com/ForgQi/biliup-app/releases/download/app-v0.3.3/biliup-app_0.3.3_amd64.deb
+ sha256sums = 16bf2e63531c05ad913a554273387bbe529c795b9da5e163618d1d5001bbdf06
pkgname = biliup-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ad402a29249..7585dda4244e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kumax <>
pkgname=biliup-app-bin
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Bilibili uploader, supports Windows, Linux, macOS."
arch=("x86_64")
@@ -9,7 +9,7 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
depends=("gtk3" "webkit2gtk")
source=("biliup-app_${pkgver}_amd64.deb::https://github.com/ForgQi/biliup-app/releases/download/app-v${pkgver}/biliup-app_${pkgver}_amd64.deb")
-sha256sums=('a1b6d4629999eb15a4635630da1361dfb7be4d6dd226477d004f7179dfaf1339')
+sha256sums=('16bf2e63531c05ad913a554273387bbe529c795b9da5e163618d1d5001bbdf06')
package() {
tar xvf "${srcdir}/data.tar.gz" -C "${pkgdir}"