summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2021-08-28 14:17:10 +0300
committerNeoTheFox2021-08-28 14:17:10 +0300
commit63ab1b9226a34cc925442f4c5899dce6782c62b0 (patch)
treee23c6ff7afb6051316e1a75318b3de5edbc4466d
parent99b0f94ec06c8c482c0526f3585ee64fae5c37e5 (diff)
downloadaur-63ab1b9226a34cc925442f4c5899dce6782c62b0.tar.gz
bump to 2.47
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6489f7e9278..d5fb68d7ee8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = paintstorm-bin
pkgdesc = Professional software for digital painting
- pkgver = 2.46
- pkgrel = 2
+ pkgver = 2.47
+ pkgrel = 1
url = http://www.paintstormstudio.com
install = paintstorm-bin.install
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = paintstorm-bin
depends = glew1.13
provides = paintstorm
conflicts = paintstorm
- source = https://paintstormstudio.com/Paintstorm_linux_v2.46.run.tar.gz
- sha256sums = 8782e377af92ef32a8c39e366b1f67c9ce0d22ae69136aad57056179d1288ba0
+ source = https://paintstormstudio.com/Paintstorm_linux_v2.47.run.tar.gz
+ sha256sums = aec8902e11cf047341f91f1eedc57849364026439f9f91f24d3113d5672a8ab5
pkgname = paintstorm-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 6fd9274f1c21..f7849b668cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: neothefox <soniczerops(at)gmail.com>
pkgname=paintstorm-bin
-pkgver=2.46
-pkgrel=2
+pkgver=2.47
+pkgrel=1
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=('8782e377af92ef32a8c39e366b1f67c9ce0d22ae69136aad57056179d1288ba0')
+sha256sums=('aec8902e11cf047341f91f1eedc57849364026439f9f91f24d3113d5672a8ab5')
provides=('paintstorm')
conflicts=('paintstorm')
install="${pkgname}.install"