summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cafc5b74315..82ca35aca2dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = linux-user-chroot
pkgdesc = setuid helper for making bind mounts and chrooting
- pkgver = 2012.2
+ pkgver = 2013.1
pkgrel = 1
url = http://git.gnome.org/browse/linux-user-chroot/tree/README
arch = i686
arch = x86_64
license = GPL
makedepends = libxslt
+ makedepends = git
depends = glibc
pkgname = linux-user-chroot
diff --git a/PKGBUILD b/PKGBUILD
index 218354b40b59..aa29c4a7d7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname='linux-user-chroot'
-pkgver='2012.2'
+pkgver='2013.1'
pkgrel='1'
pkgdesc='setuid helper for making bind mounts and chrooting'
url='http://git.gnome.org/browse/linux-user-chroot/tree/README'
arch=('i686' 'x86_64')
license='GPL'
depends=('glibc')
-makedepends=('libxslt')
+makedepends=('libxslt' 'git')
repo="git://git.gnome.org/${pkgname}"
build () {