summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2af2b299cb..0a31a00ee6e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = netsurf-buildsystem-git
pkgdesc = The Netsurf buildsystem
pkgver = 1.5.r0.gbeca51c
- pkgrel = 1
+ pkgrel = 2
url = http://source.netsurf-browser.org/buildsystem.git/
arch = x86_64
arch = i686
license = MIT
+ makedepends = git
provides = netsurf-buildsystem
conflicts = netsurf-buildsystem
source = git://git.netsurf-browser.org/buildsystem.git
diff --git a/PKGBUILD b/PKGBUILD
index 45ea5009d2df..df64cbafdae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname='netsurf-buildsystem-git'
pkgver=1.5.r0.gbeca51c
-pkgrel=1
+pkgrel=2
pkgdesc='The Netsurf buildsystem'
url='http://source.netsurf-browser.org/buildsystem.git/'
license=('MIT')
+makedepends=('git')
provides=('netsurf-buildsystem')
conflicts=('netsurf-buildsystem')