summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJieao Song2021-03-26 23:25:51 +0100
committerJieao Song2021-03-26 23:25:51 +0100
commit3de77e482df43ad67dfd7f7599bad5350d5891ee (patch)
treeccdf950e01c3daeddb5e9f4bd8c99998aa642a82
parent759f4e9a5ca3ee219e18c9d3d1b33111d7c204b8 (diff)
downloadaur-3de77e482df43ad67dfd7f7599bad5350d5891ee.tar.gz
added dependencies
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6023b9b4b817..2232809e0866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +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')
optdepends=('gtk')
conflicts=('surf')
source=("https://downloads.sourceforge.net/surf/surf-$pkgver.tar.gz" 'surf.patch')