summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-08-27 22:44:05 +0200
committerStefan Husmann2016-08-27 22:44:05 +0200
commit7daa7a4ea74411f97bf801b94ea62e8e3dad7665 (patch)
treeff4223a9a24d4574f98b6b85732d79fd075ee5eb
parentfaedfae970e0b6322ce2ea068d551a7e06cd2886 (diff)
downloadaur-7daa7a4ea74411f97bf801b94ea62e8e3dad7665.tar.gz
remove some dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f21f7450b33..9808bcb68956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jun 10 01:32:06 UTC 2016
pkgbase = geda-gaf-unstable
pkgdesc = gEDA/gaf suite - contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project
pkgver = 1.9.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.geda-project.org/
arch = i686
arch = x86_64
@@ -11,8 +9,6 @@ pkgbase = geda-gaf-unstable
depends = gtk2
depends = guile
depends = libstroke
- depends = hicolor-icon-theme
- depends = desktop-file-utils
optdepends = python2: for two of the commands (garchive, tragesym)
optdepends = gawk: for sw2asc
provides = geda-gaf
diff --git a/PKGBUILD b/PKGBUILD
index 10c59ba0ed28..46247dd0cfb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=geda-gaf-unstable
_pkgname=geda-gaf
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="gEDA/gaf suite - contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
arch=('i686' 'x86_64')
url="http://www.geda-project.org/"
license=('GPL')
-depends=('gtk2' 'guile' 'libstroke' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('gtk2' 'guile' 'libstroke')
optdepends=('python2: for two of the commands (garchive, tragesym)'
'gawk: for sw2asc')
conflicts=('geda-gaf')