summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsph2016-02-20 15:42:25 +0000
committersph2016-02-20 15:42:25 +0000
commitc9713a24bf17ea11cd19be44c81324f67deb3326 (patch)
tree7e00b5714d60b6f5ced944c6b868a91a77cf676d /PKGBUILD
parentf260e1f8a8c2bc7bfb1da7c79613129abe1f6610 (diff)
downloadaur-c9713a24bf17ea11cd19be44c81324f67deb3326.tar.gz
remove gcc from makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcaac5f2d322..233a372f6801 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=sescript-git
_gitname=sescript
-pkgver=3d8cd12
+pkgver=
pkgrel=1
pkgdesc='a scheme syntax to ecmascript and javascript compiler'
arch=(any)
license=(GPL3)
-makedepends=(git gcc)
+makedepends=(git)
depends=(guile sph-lib-git)
provides=(sescript)
source=("git://git.sph.mn/$_gitname")