summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Seifferth2021-04-21 01:53:34 +0200
committerFrank Seifferth2021-04-21 01:53:34 +0200
commitbd7cd48980a05ed9c83f75aeb5722cdfb91fd652 (patch)
tree244328a1cc272c0aeecd6c8e97aa800911abd4de /PKGBUILD
parentd149975f4c5299469223f22590ca0502cde8da5f (diff)
downloadaur-bd7cd48980a05ed9c83f75aeb5722cdfb91fd652.tar.gz
Update to v1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31fb3c9483be..c13024b50dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Seifferth <frankseifferth@posteo.net>
pkgname=libxlsxwriter
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='A C library for creating Excel XLSX files.'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=(zlib)
makedepends=(git)
license=('BSD')
source=("https://github.com/jmcnamara/libxlsxwriter/archive/RELEASE_$pkgver.tar.gz")
-md5sums=('82b004c9a3b1b4af8313dfa8ed8ea094')
+md5sums=('6edf9908e411dc081067c2776956de70')
build() {
cd "$srcdir/$pkgname-RELEASE_$pkgver/"