summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2022-03-22 10:52:26 +0400
committerNeoTheFox2022-03-22 10:52:26 +0400
commitaebed019624685fe9c2140b39d90fc61f0ced37d (patch)
treef073487c199d6831f8d59b1146499300722ac020
parent63ab1b9226a34cc925442f4c5899dce6782c62b0 (diff)
downloadaur-paintstorm-bin.tar.gz
bump to 2.48
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5fb68d7ee8d..4a4b6b888afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paintstorm-bin
pkgdesc = Professional software for digital painting
- pkgver = 2.47
+ pkgver = 2.48
pkgrel = 1
url = http://www.paintstormstudio.com
install = paintstorm-bin.install
@@ -13,7 +13,7 @@ pkgbase = paintstorm-bin
depends = glew1.13
provides = paintstorm
conflicts = paintstorm
- source = https://paintstormstudio.com/Paintstorm_linux_v2.47.run.tar.gz
- sha256sums = aec8902e11cf047341f91f1eedc57849364026439f9f91f24d3113d5672a8ab5
+ source = https://paintstormstudio.com/Paintstorm_linux_v2.48.run.tar.gz
+ sha256sums = 7d789faa4ef1e2732bd36c545b2a7ba057db3811e26654fb834b265749bfc2d9
pkgname = paintstorm-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2e38d96a13c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.gz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index f7849b668cdb..4c5dfed4ebf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: neothefox <soniczerops(at)gmail.com>
pkgname=paintstorm-bin
-pkgver=2.47
+pkgver=2.48
pkgrel=1
pkgdesc="Professional software for digital painting"
arch=('x86_64')
@@ -10,7 +10,7 @@ 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=('aec8902e11cf047341f91f1eedc57849364026439f9f91f24d3113d5672a8ab5')
+sha256sums=('7d789faa4ef1e2732bd36c545b2a7ba057db3811e26654fb834b265749bfc2d9')
provides=('paintstorm')
conflicts=('paintstorm')
install="${pkgname}.install"