summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-15 09:35:26 +0800
committerzxp198210052023-08-15 09:35:26 +0800
commit340a78548904c9a3c923bff05e46cd12d21c837c (patch)
tree2be3538cc8b47c0da7f7fc929a73ea53311f245d
parentb8f9a251a5de52f274cbfc38b91dc3e06542c822 (diff)
downloadaur-340a78548904c9a3c923bff05e46cd12d21c837c.tar.gz
update to 3.1.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e5043564ac..b301e9df273e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = postybirb-plus-bin
pkgdesc = An application that helps artists post art and other multimedia to multiple websites more quickly.
- pkgver = 3.1.24
+ pkgver = 3.1.25
pkgrel = 1
url = https://www.postybirb-plus.com/
arch = x86_64
license = BSD
depends = bash
depends = electron13
- provides = postybirb-plus
+ provides = postybirb-plus=3.1.25
conflicts = postybirb-plus
conflicts = postybirb
- source = postybirb-plus-3.1.24.AppImage::https://github.com/mvdicarlo/postybirb-plus/releases/download/v3.1.24/postybirb-plus-3.1.24-x86_64.AppImage
+ source = postybirb-plus-3.1.25.AppImage::https://github.com/mvdicarlo/postybirb-plus/releases/download/v3.1.25/postybirb-plus-3.1.25-x86_64.AppImage
source = LICENSE::https://raw.githubusercontent.com/mvdicarlo/postybirb-plus/master/LICENSE
source = postybirb-plus.sh
- sha256sums = d1dfe7c72195e255680244172bee17de390532c0cc9b44b67081895d17625795
+ sha256sums = 532ae0f81ba49a24a7ca8de55046f65d76241f160f77f427d77ca4e7db31c026
sha256sums = a0b91aa0ffc9564128c6599eac1fc0ba93b8fe477dff6258ef315f0019b5726d
sha256sums = 765c2106b8f66033ea179addd069d47e0f4cb3d67019ae3c6a218a769ac5763d
diff --git a/PKGBUILD b/PKGBUILD
index b1dabcaf16a8..87f91075dfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=postybirb-plus-bin
-pkgver=3.1.24
+pkgver=3.1.25
pkgrel=1
pkgdesc="An application that helps artists post art and other multimedia to multiple websites more quickly."
arch=('x86_64')
@@ -8,12 +8,12 @@ url="https://www.postybirb-plus.com/"
_githuburl="https://github.com/mvdicarlo/postybirb-plus"
license=('BSD')
depends=('bash' 'electron13')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}" "${pkgname%-plus-bin}")
source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-${CARCH}.AppImage"
"LICENSE::https://raw.githubusercontent.com/mvdicarlo/postybirb-plus/master/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('d1dfe7c72195e255680244172bee17de390532c0cc9b44b67081895d17625795'
+sha256sums=('532ae0f81ba49a24a7ca8de55046f65d76241f160f77f427d77ca4e7db31c026'
'a0b91aa0ffc9564128c6599eac1fc0ba93b8fe477dff6258ef315f0019b5726d'
'765c2106b8f66033ea179addd069d47e0f4cb3d67019ae3c6a218a769ac5763d')
prepare() {