summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2019-11-04 00:19:35 -0500
committerAndy Kluger2019-11-04 00:19:35 -0500
commit6a009621ec91652dd7a34e4a465b508955cf73ae (patch)
tree5daa44fd0712c694b8e96057c651abf89e1f69fb /PKGBUILD
parentb1daabcf431577eb128c8f9ff9cc29b89c5cdae2 (diff)
downloadaur-6a009621ec91652dd7a34e4a465b508955cf73ae.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44805dc6b6d2..ce7ab1363695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: philomath <philomath868 AT gmail DOT com>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=skalibs
-pkgver=2.9.0.0
+pkgver=2.9.1.0
pkgrel=1
pkgdesc="A general-purpose utility library for secure, small C development"
url="http://www.skarnet.org/software/skalibs/"
@@ -10,7 +10,7 @@ license=('ISC')
arch=('i686' 'x86_64')
depends=('glibc')
source=(http://www.skarnet.org/software/skalibs/$pkgname-$pkgver.tar.gz)
-sha256sums=('f5604f9e5ebb436d3a8efa16a2c4133f7bd424d9f22aa88fe7a372f0153396fb')
+sha256sums=('d3b204afc462b9659e0c16f6df1c796e7612534f537eec053529f67ddcd086a5')
build() {
cd $srcdir/$pkgname-$pkgver