summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a99f8b503a..8c268673701d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = mingw-w64-lrs
license = GPL
makedepends = mingw-w64-gcc
depends = mingw-w64-gmp
- depends = mingw-w64-resource
options = !buildflags
options = staticlibs
options = !strip
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)