summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYohann Rebattu2022-06-23 15:02:42 +0200
committerYohann Rebattu2022-06-23 15:02:42 +0200
commit25392076088b600fbf2b964759ea253f1ae389a6 (patch)
treebfe5397d3fbc08ee9831309f09b5db1bf120399c
parentdd6c301472f5cd387751e12d33adabb8b7856aee (diff)
downloadaur-25392076088b600fbf2b964759ea253f1ae389a6.tar.gz
Change the way we access git repository
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94a578bd681a..efe47bc0ed30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vianney le Clément <vleclement AT gmail · com>
_pkgname=hamster-shell-extension
pkgname=$_pkgname-git
-pkgver=20171010.g495a37a
+pkgver=20220623.g495a37a
pkgrel=1
pkgdesc="Shell extension for project hamster - the GNOME time tracker"
arch=(any)
@@ -11,7 +11,7 @@ depends=('hamster-time-tracker' 'gnome-shell')
makedepends=('git' 'wget')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
-source=("git://github.com/projecthamster/${_pkgname}.git")
+source=("git+https://github.com/projecthamster/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {