summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Deiseroth2019-03-25 18:11:01 +0100
committerMalte Deiseroth2019-03-25 18:11:01 +0100
commit7b3aa6ad8b7a73ad0ff8de2fc737840a95a5618c (patch)
tree86fba3984c161717615c030ad72bca218338a35e
parent216c9e51d378bd2b705ed3fac889c49836eaea44 (diff)
downloadaur-7b3aa6ad8b7a73ad0ff8de2fc737840a95a5618c.tar.gz
Moved to official repository and updated to 2.0.6
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82a557e921aa..aea5f99c7bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kodi-addon-vfs-rar
pkgbase=${pkgname}
_gitname=vfs.rar
-pkgver=2.0.4
+pkgver=2.0.6
_gitver=branch=master
pkgrel=1
pkgdesc='Rar Addon for Kodi'
@@ -13,7 +13,7 @@ license=('GPL')
groups=('kodi-addons')
makedepends=('cmake' 'kodi-platform' 'git' 'kodi-dev>=18.0')
depends=('kodi' 'p8-platform')
-source=("git+https://github.com/notspiff/${_gitname}.git#${_gitver}")
+source=("git+https://github.com/xbmc/${_gitname}.git#${_gitver}")
md5sums=('SKIP')
_prefix='/usr'