summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkindlycat2015-08-14 21:39:32 +0000
committerkindlycat2015-08-14 21:39:32 +0000
commitaefcf89024a33a25a82f6fcb238aeab309e0c281 (patch)
tree65d46edc5e2b51d392d15ac308709bebca84cbe8 /PKGBUILD
parent1c743e9b0b00a1e2a9ec6a94cd1af3f6a448cc74 (diff)
downloadaur-aefcf89024a33a25a82f6fcb238aeab309e0c281.tar.gz
fix repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f83801fe7a00..e142a5813b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer : Grigory Mishchenko <grishkokot[at]gmail[dot]com>
pkgname=menu-cache-git
-pkgver=1.0.0.2.g2097b14
+pkgver=1.0.0.5.ge9ece4a
pkgrel=1
pkgdesc='Caching mechanism for freedesktop.org compliant menus'
arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@ options=('!libtool')
makedepends=('gtk-doc' 'git' 'intltool' 'pkg-config' 'automake' 'pkgconfig')
conflicts=('menu-cache')
provides=('menu-cache')
-
-source=('git://git.lxde.org/git/lxde/menu-cache.git')
+source=("git+https://github.com/lxde/menu-cache.git")
md5sums=('SKIP')
_gitname="menu-cache"