summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56cbebacef62..bb8ed70849d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuxpaint
pkgdesc = Drawing program designed for young children
- pkgver = 0.9.29
+ pkgver = 0.9.30
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.29.tar.gz
- sha256sums = 575403c54c7243e5b269a71fc1aa0738e3937764787e2acf89686bd77c5ae6ca
+ source = https://downloads.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.30.tar.gz
+ sha256sums = c60ac9cc67b041a45e5b7828eda11d50f846a467b485db2c84d628e74a5fe1b1
pkgname = tuxpaint
diff --git a/PKGBUILD b/PKGBUILD
index 4de77ffc11d8..7491cae4814c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=tuxpaint
-pkgver=0.9.29
+pkgver=0.9.30
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=('575403c54c7243e5b269a71fc1aa0738e3937764787e2acf89686bd77c5ae6ca')
+sha256sums=('c60ac9cc67b041a45e5b7828eda11d50f846a467b485db2c84d628e74a5fe1b1')
prepare() {
cd "$pkgname-$pkgver"