summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-07-21 15:54:51 +0000
committereugene2023-07-21 15:54:51 +0000
commit27e542512848a8fd7aa0d8e2e3e5ca0a8038d67f (patch)
treee615950b3908869dce6dcae834d6ef3fedcf0e4d
parent9527740fc1b89eafa82b10152fccf953f1bac332 (diff)
downloadaur-27e542512848a8fd7aa0d8e2e3e5ca0a8038d67f.tar.gz
New version: 0.9.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8ed70849d0..e47a72fffdca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuxpaint
pkgdesc = Drawing program designed for young children
- pkgver = 0.9.30
+ pkgver = 0.9.31
pkgrel = 1
url = https://tuxpaint.org/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = tuxpaint
optdepends = tuxpaint-config: configuration manager
optdepends = python2: zh_tw font generator script
backup = etc/tuxpaint/tuxpaint.conf
- source = https://downloads.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.30.tar.gz
- sha256sums = c60ac9cc67b041a45e5b7828eda11d50f846a467b485db2c84d628e74a5fe1b1
+ source = https://downloads.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.31.tar.gz
+ sha256sums = 1a85c04fa5c9ae6b3ffd2ca8fa86a84c0c8b462b5059fa1fc2c445b5cfa857ee
pkgname = tuxpaint
diff --git a/PKGBUILD b/PKGBUILD
index 7491cae4814c..7d9e37fe3b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=tuxpaint
-pkgver=0.9.30
+pkgver=0.9.31
pkgrel=1
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager'
'python2: zh_tw font generator script')
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")
-sha256sums=('c60ac9cc67b041a45e5b7828eda11d50f846a467b485db2c84d628e74a5fe1b1')
+sha256sums=('1a85c04fa5c9ae6b3ffd2ca8fa86a84c0c8b462b5059fa1fc2c445b5cfa857ee')
prepare() {
cd "$pkgname-$pkgver"