diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-21 19:24:56 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:44 +0200 |
commit | 8024e7aae3cfe96d09fa6fbfaa23745766cc19e8 (patch) | |
tree | 0730199fcc190cd43645b86c717714881eeaad1c /PKGBUILD | |
parent | 9bfc87fa829f20b9cef93fc4c62e4932aba7fd77 (diff) | |
download | pkgbuilds-8024e7aae3cfe96d09fa6fbfaa23745766cc19e8.tar.xz |
shaman-git: update makedepends, pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ pkgname=shaman-git -pkgver=0.r248.cb98a17 +pkgver=2.0.0.α.r2.g233d194 pkgrel=1 pkgdesc="A small, native C library and utility to fetch weather" @@ -8,14 +8,15 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('curl' 'jansson') -makedepends=('git' 'tup' 'clang') +makedepends=('git' 'tup' 'clang' 'python-sphinx') source=('git+https://github.com/HalosGhost/shaman.git') + sha256sums=('SKIP') pkgver () { cd shaman - printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + git describe --long | sed -r 's/([^-]*-g)/r\1/; s/-/./g' } build () { |