aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Pitstick2016-01-24 18:32:57 +0000
committerEvan Pitstick2016-01-24 18:32:57 +0000
commit7a3363e92e582c6131798a41ab378d1f4b498184 (patch)
treef2945b2396369294c9a26e80266f83f745a65b94 /PKGBUILD
parent2295eb3a0b9ad52cae6ee861a5e86ac0dc7e493b (diff)
downloadaur-7a3363e92e582c6131798a41ab378d1f4b498184.tar.gz
Updated version and branch
Switched to the debian branch because master doesn't seem to be getting the changes anymore. Added benifit is that the manpage is included.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b8bc77d2dc..53035dfa6582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=vcsh
pkgname=vcsh-git
-pkgver=1.20141026.r38.gd5c11e4
+pkgver=1.20151229.1.r0.g87bccfd
pkgrel=1
epoch=1
pkgdesc='manage config files in HOME via fake bare git repositories'
@@ -13,11 +13,11 @@ arch=('any')
url='https://github.com/RichiH/vcsh'
license=('GPL')
depends=('git')
-makedepends=('git' 'ruby-ronn') # perl-shell-command perl-test-most
+makedepends=('git') # perl-shell-command perl-test-most 'ruby-ronn'
optdepends=('myrepos: helps manage a large number of repositories')
provides=("vcsh")
conflicts=("vcsh")
-source=("git://github.com/RichiH/vcsh.git")
+source=("git://github.com/RichiH/vcsh.git#branch=debian")
md5sums=('SKIP')
pkgver() {
@@ -34,13 +34,13 @@ prepare() {
build() {
cd "$srcdir/$_pkgname"
-
- make manpages
+
+ #make manpages
}
check() {
cd "$srcdir/$_pkgname"
-
+
# Tests aren't done currently because of the number of flagged aur packages
#make -k test
}