summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumax2022-11-28 13:03:33 +0800
committerkumax2022-11-28 13:04:40 +0800
commit488f6cf067dd1c1f48e5f694e600f5bf6c2a93a9 (patch)
tree8442ba7cf312ab69d4e15368fa433f43b1fa8113
parentdab50d0ff269676479cdabb7c22b1f4c157474fe (diff)
downloadaur-488f6cf067dd1c1f48e5f694e600f5bf6c2a93a9.tar.gz
Bump to 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75904ffef3d0..ed83cd3ffa45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biliup-app-bin
pkgdesc = Bilibili uploader, supports Windows, Linux, macOS.
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/ForgQi/biliup-app
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = biliup-app-bin
depends = webkit2gtk
provides = biliup-app
conflicts = biliup-app
- source = biliup-app_0.4.0_amd64.deb::https://github.com/ForgQi/biliup-app/releases/download/app-v0.4.0/biliup-app_0.4.0_amd64.deb
- sha256sums = 05f8d092738caea32cb428b56a74aaa022a8f6f0abdbe1a69b0992174882f144
+ source = biliup-app_0.4.1_amd64.deb::https://github.com/ForgQi/biliup-app/releases/download/app-v0.4.1/biliup-app_0.4.1_amd64.deb
+ sha256sums = 0247d1df49412f487c02174d83978cd47f44284d66eab6168ec31e575033117c
pkgname = biliup-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 06f99096f90c..3b623fa20712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kumax <>
pkgname=biliup-app-bin
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Bilibili uploader, supports Windows, Linux, macOS."
arch=("x86_64")
@@ -10,8 +10,9 @@ 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=('05f8d092738caea32cb428b56a74aaa022a8f6f0abdbe1a69b0992174882f144')
+sha256sums=('0247d1df49412f487c02174d83978cd47f44284d66eab6168ec31e575033117c')
package() {
tar xvf "${srcdir}/data.tar.gz" -C "${pkgdir}"
}
+