summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f584f5aee1..39743d382dd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = picgo-appimage
pkgdesc = A simple & beautiful tool for pictures uploading built by electron-vue
pkgver = 2.3.1.beta.3
- pkgrel = 1
+ pkgrel = 2
url = https://molunerfinn.com/PicGo/
arch = x86_64
license = MIT
- noextract = PicGo--beta.3.AppImage
+ noextract = PicGo-2.3.1.beta.3-beta.3.AppImage
options = !strip
- source = https://github.com/Molunerfinn/PicGo/releases/download/v-beta.3/PicGo--beta.3.AppImage
+ source = https://github.com/Molunerfinn/PicGo/releases/download/v2.3.1.beta.3-beta.3/PicGo-2.3.1.beta.3-beta.3.AppImage
source = https://raw.githubusercontent.com/Molunerfinn/PicGo/dev/LICENSE
source = picgo.png
source = picgo.desktop
diff --git a/PKGBUILD b/PKGBUILD
index b75575d8d6cd..ae0ce1929eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=picgo-appimage
_beta=beta.3
-_release=${pkgver}-${_beta}
pkgver=2.3.1.${_beta}
-pkgrel=1
+_release=${pkgver}-${_beta}
+pkgrel=2
pkgdesc="A simple & beautiful tool for pictures uploading built by electron-vue"
arch=('x86_64')