summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2021-02-25 15:52:57 +0300
committerNeoTheFox2021-02-25 15:52:57 +0300
commit99b0f94ec06c8c482c0526f3585ee64fae5c37e5 (patch)
treefdbe6259dad64bcf89615596242eb0ed604c2e8e
parent06278df4a916918a7e8d3738e769c04ef6df8d53 (diff)
downloadaur-99b0f94ec06c8c482c0526f3585ee64fae5c37e5.tar.gz
The upstream silently updated the source archive, bumping pkgrel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c017bf038d72..f6489f7e9278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = paintstorm-bin
pkgdesc = Professional software for digital painting
pkgver = 2.46
- pkgrel = 1
+ pkgrel = 2
url = http://www.paintstormstudio.com
install = paintstorm-bin.install
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = paintstorm-bin
provides = paintstorm
conflicts = paintstorm
source = https://paintstormstudio.com/Paintstorm_linux_v2.46.run.tar.gz
- sha256sums = 84855fc8b405bd4a5de8303020d2fbbec9a31ce837bb5baaef67c4f6cec012d5
+ sha256sums = 8782e377af92ef32a8c39e366b1f67c9ce0d22ae69136aad57056179d1288ba0
pkgname = paintstorm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6ba36a52a056..6fd9274f1c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=paintstorm-bin
pkgver=2.46
-pkgrel=1
+pkgrel=2
pkgdesc="Professional software for digital painting"
arch=('x86_64')
url="http://www.paintstormstudio.com"
license=('Commercial')
depends=('gtk2' 'freeglut' 'ftgl' 'libcurl-gnutls' 'glew1.13')
source=("https://paintstormstudio.com/Paintstorm_linux_v${pkgver}.run.tar.gz")
-sha256sums=('84855fc8b405bd4a5de8303020d2fbbec9a31ce837bb5baaef67c4f6cec012d5')
+sha256sums=('8782e377af92ef32a8c39e366b1f67c9ce0d22ae69136aad57056179d1288ba0')
provides=('paintstorm')
conflicts=('paintstorm')
install="${pkgname}.install"