summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVince2021-12-09 11:32:31 +0100
committerVince2021-12-09 11:32:31 +0100
commit46d9f0ff81286f9cfcb4c21c1d1e446895390394 (patch)
treeaec4f9006f9606a90c3de1046557cbb19c1b9c37
parente6996a29e5c991103965d26a8bd57aa2041dd90b (diff)
downloadaur-46d9f0ff81286f9cfcb4c21c1d1e446895390394.tar.gz
upgpkg: rexpaint 1.60-3
SHA signature changed for rexpaint, for some reason
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e0020b57f5..373b1ed841ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rexpaint
pkgdesc = A powerful and user-friendly ASCII art editor
pkgver = 1.60
- pkgrel = 2
+ pkgrel = 3
url = https://www.gridsagegames.com/rexpaint
arch = any
license = custom
@@ -9,7 +9,7 @@ pkgbase = rexpaint
source = https://www.gridsagegames.com/blogs/files/REXPaint-v1.60.zip
source = launcher.sh
source = launcher.desktop
- sha256sums = 55c8c7dc299ff4a246d2f381c0ce8a3f72bc1df0922364ed17cb3d05bc48bdb1
+ sha256sums = 1ba608a54c0078c7fbe085c48b5f7bb6065c1ffffc8205f887ecb7860a84d714
sha256sums = b68e78c4b4d0373944158c1dc6146dd3401b06f040d35166b6328aed0b872306
sha256sums = 3fc98f84e55888c60d423c60532e048601a84debd1d15fcb015b5a2a15b6c648
diff --git a/PKGBUILD b/PKGBUILD
index c49a57e9f118..68872f4e2500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Vince <vince@ultrabanana.net>
pkgname='rexpaint'
pkgver='1.60'
-pkgrel=2
+pkgrel=3
pkgdesc='A powerful and user-friendly ASCII art editor'
arch=('any') #Anything that WINE supports, at least
url='https://www.gridsagegames.com/rexpaint'
@@ -10,7 +10,7 @@ depends=('wine')
source=("https://www.gridsagegames.com/blogs/files/REXPaint-v$pkgver.zip"
"launcher.sh"
"launcher.desktop")
-sha256sums=('55c8c7dc299ff4a246d2f381c0ce8a3f72bc1df0922364ed17cb3d05bc48bdb1'
+sha256sums=('1ba608a54c0078c7fbe085c48b5f7bb6065c1ffffc8205f887ecb7860a84d714'
'b68e78c4b4d0373944158c1dc6146dd3401b06f040d35166b6328aed0b872306'
'3fc98f84e55888c60d423c60532e048601a84debd1d15fcb015b5a2a15b6c648')
DLAGENTS=("https::/usr/bin/curl -A 'PKGBUILD' -fLC - --retry 3 --retry-delay 3 -o %o %u")