summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-11 22:03:25 +0200
committerhaawda2019-10-11 22:03:25 +0200
commita8238e46c4ef3c8258f4d8381e0132b8ef914005 (patch)
tree591d699ddc495de6bf8c71ad3d8c740e31bf8a0f
parent60599ff1637218d8ecfb49e69a597fa9a68cc458 (diff)
downloadaur-a8238e46c4ef3c8258f4d8381e0132b8ef914005.tar.gz
git no longer needed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4baac00d1ffc..038165c38374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = artanis
pkgdesc = A fast monolithic web-framework of Scheme
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = http://web-artanis.com/
arch = x86_64
license = LGPL
- makedepends = git
makedepends = texlive-core
depends = guile
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 00eeac11f427..3c3c428aa092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=artanis
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A fast monolithic web-framework of Scheme"
url="http://web-artanis.com/"
depends=('guile')
-makedepends=('git' 'texlive-core')
+makedepends=('texlive-core')
arch=('x86_64')
license=('LGPL')
source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)