summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d06dd1ef5dd..d6e8c95bb49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="C implementation of the reverse search algorithm for vertex enumeration
arch=('any')
url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
license=('GPL')
-depends=('mingw-w64-gmp' 'mingw-w64-resource')
+depends=('mingw-w64-gmp')
makedepends=('mingw-w64-gcc')
options=('!buildflags' 'staticlibs' '!strip')
source=(https://github.com/mkoeppe/lrslib/releases/download/lrslib-$_upstreamver/lrslib-${_upstreamver/+/.}.tar.gz)