summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d111acdbc5ee..d7e793cfd27c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgname=koditools-git
provides=('koditools')
conflicts=('koditools')
replaces=('xbmctools-git')
-pkgver=1.0.r18.g2e79de7
pkgrel=1
+pkgver=1.1
arch=('any')
license=('GPL2')
pkgdesc="Set of tools to interface with Kodi/XBMC"
@@ -14,14 +14,9 @@ depends=('python2')
makedepends=('python2-distribute' 'git')
optdepends=('nginx: For sending media to kodi')
-source=("$pkgname"::'git://github.com/grimpy/koditools.git')
+source=("$pkgname"::"git://github.com/grimpy/koditools.git#tag=$pkgver")
md5sums=('SKIP')
-pkgver() {
- cd "$srcdir/$pkgname"
- git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
-}
-
build() {
cd
}