summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-22 11:30:11 -0400
committerAndrew Sun2020-03-22 11:30:11 -0400
commit5286aa220c941de6bdea5dd0afa03d1ebace09df (patch)
tree816a732fa5b546784d8e16720a15da488abe05d6
parent88813b0f337187dcfa7ebf4f4e1e27fca15b37f1 (diff)
downloadaur-5286aa220c941de6bdea5dd0afa03d1ebace09df.tar.gz
0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5768bb4787ff..b47aef914f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smooth
pkgdesc = An object oriented C++ class library for Windows, OS X, Linux and most Unix-like operating systems
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = http://www.smooth-project.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = smooth
depends = gtk3
depends = libjpeg-turbo
depends = libxml2
- source = smooth-0.9.3.tar.gz::https://github.com/enzo1982/smooth/archive/v0.9.3.tar.gz
- sha512sums = ac9adc490b1c64001bfdabfb737acfabb5764845f800c9c0a9a13ec45ef5bde81e91b2e3bdefab631ca68e7698c7ef8c505e19c6de321cba925c301e631c13c6
+ source = smooth-0.9.4.tar.gz::https://github.com/enzo1982/smooth/archive/v0.9.4.tar.gz
+ sha512sums = dbe444157c29518d8989f5cd8e8d9cd21f6d769a83ecc4dd54b7817b67bc960431f7cc370f6baadfcc9aac63c26b210422eaa929b91d0c5c4c435f24928ac621
pkgname = smooth
diff --git a/PKGBUILD b/PKGBUILD
index 2c9533dc0074..e09a5e4fd9ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Max Bruckner <max at maxbruckner dot de>
pkgname=smooth
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="An object oriented C++ class library for Windows, OS X, Linux and most Unix-like operating systems"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.smooth-project.org/"
license=('Artistic2.0')
depends=('curl' 'fribidi' 'gtk3' 'libjpeg-turbo' 'libxml2')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/enzo1982/smooth/archive/v${pkgver}.tar.gz")
-sha512sums=('ac9adc490b1c64001bfdabfb737acfabb5764845f800c9c0a9a13ec45ef5bde81e91b2e3bdefab631ca68e7698c7ef8c505e19c6de321cba925c301e631c13c6')
+sha512sums=('dbe444157c29518d8989f5cd8e8d9cd21f6d769a83ecc4dd54b7817b67bc960431f7cc370f6baadfcc9aac63c26b210422eaa929b91d0c5c4c435f24928ac621')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}"