summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJieao Song2022-07-31 03:32:44 +0200
committerJieao Song2022-07-31 03:32:44 +0200
commitb8c39789f3dd46def0aee29917c0496c52ec2887 (patch)
treebabd86d6098cc06e3b3d9bd48cae9dfd5e061e5f
parent20166b14a55b24291f3f0e9942a5394d3f900967 (diff)
downloadaur-surf-geometry.tar.gz
add flex to dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a881c442fe8..8ffa5b3ff8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = surf-geometry
depends = libtiff
depends = libx11
depends = libcups
+ depends = flex
optdepends = gtk
conflicts = surf
source = https://downloads.sourceforge.net/surf/surf-1.0.6.tar.gz
@@ -18,4 +19,3 @@ pkgbase = surf-geometry
sha1sums = c3e05a36413281ac1581585aad18f44381fa2472
pkgname = surf-geometry
-
diff --git a/PKGBUILD b/PKGBUILD
index 2232809e0866..7afdae1c386b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Visualization of real algebraic geometry"
arch=('i686' 'x86_64')
url="http://surf.sourceforge.net/"
license=('GPL')
-depends=('libjpeg-turbo' 'libtiff' 'libx11' 'libcups')
+depends=('libjpeg-turbo' 'libtiff' 'libx11' 'libcups' 'flex')
optdepends=('gtk')
conflicts=('surf')
source=("https://downloads.sourceforge.net/surf/surf-$pkgver.tar.gz" 'surf.patch')