summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-08-06 16:57:43 -0400
committerAndrew Sun2023-08-06 16:57:43 -0400
commit650b5a5aa248179a1cdebed1857706717524f143 (patch)
tree271ba4120c734f05fe02648664b41ea61f6fd53c
parent328feb8b2bf33c4a45458951c5779c0fe7d3b866 (diff)
downloadaur-mingw-w64-libfreexl.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babe5312bc17..5dc780259757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = mingw-w64-libfreexl
makedepends = mingw-w64-configure
depends = mingw-w64-crt
depends = mingw-w64-libiconv
+ depends = mingw-w64-minizip
+ depends = mingw-w64-expat
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index cf047effc97a..07824c427d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Library to extract valid data from within an Excel (.xls) spreadsheet (
arch=('any')
url="https://www.gaia-gis.it/fossil/freexl/"
license=('MPL' 'GPL' 'LGPL')
-depends=('mingw-w64-crt' 'mingw-w64-libiconv')
+depends=('mingw-w64-crt' 'mingw-w64-libiconv' 'mingw-w64-minizip' 'mingw-w64-expat')
makedepends=('mingw-w64-configure')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://www.gaia-gis.it/gaia-sins/freexl-${pkgver}.tar.gz"