summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2021-04-19 01:53:10 -0400
committerAndy Kluger2021-04-19 01:53:10 -0400
commitce4fbdaaefd8a57b8af6a8cf89b0e94e505f0a0d (patch)
tree4623830910c270197a6d552334d1238b3863bcfa /PKGBUILD
parent9d74163015077c9c2636a36d3351cffefc5513b2 (diff)
downloadaur-ce4fbdaaefd8a57b8af6a8cf89b0e94e505f0a0d.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 da67434282ad..d6c5be76538c 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.10.0.2
+pkgver=2.10.0.3
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=('8bba3d7650bab83d4ea2ad21d6bfb5479a8652e362a478fcb783b3c7cf891e0f')
+sha256sums=('b780b0ae650dda0c3ec5f8975174998af2d24c2a2e2be669b1bab46e73b1464d')
build() {
cd ${srcdir}/${pkgname}-${pkgver}