summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorso1ar2022-11-13 20:51:51 +0800
committerso1ar2022-11-13 20:51:51 +0800
commitb0ce52ddb9c0d425859c8ed71663ebce0caf3c18 (patch)
tree015141800921643cbdbaeb9c90ed195dcc07a3bc
parent65ef41c239491ba0836198ab088f01797f702c15 (diff)
downloadaur-b0ce52ddb9c0d425859c8ed71663ebce0caf3c18.tar.gz
bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf142fd3bff..f50876e5724e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = picgo-appimage
pkgdesc = A simple & beautiful tool for pictures uploading built by electron-vue
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
+ epoch = 1
url = https://molunerfinn.com/PicGo/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a4ff4382e3d9..6001528fbb49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ _ver=2.3.1
pkgver=${_ver}
#_release=${_ver}-${_beta}
_release=${_ver}
-pkgrel=1
+pkgrel=2
+epoch=1
pkgdesc="A simple & beautiful tool for pictures uploading built by electron-vue"
arch=('x86_64')