summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2022-04-11 10:50:07 -0500
committerMiguel Angel Useche Castro2022-04-11 10:50:07 -0500
commit7464eb4b946411e515ff5a126e24a853e65cb221 (patch)
tree938d1adb46608a49bdaf71f0b9784f43b373cc44
parenta0fae7f191c783d11b642c521a6c9f405ce5e69a (diff)
downloadaur-7464eb4b946411e515ff5a126e24a853e65cb221.tar.gz
updating git urls
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 482491802146..146f47f22682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guake-git
pkgdesc = Top-down terminal for Gnome using gtk3 and vte3
- pkgver = 3.7.0.44.g00d880f7
+ pkgver = 3.8.5.15.g08f32aab
pkgrel = 1
url = https://github.com/Guake/guake
arch = i686
@@ -27,8 +27,7 @@ pkgbase = guake-git
provides = guake
conflicts = guake
conflicts = guake-gtk2-git
- source = git://github.com/Guake/guake.git
+ source = git+https://github.com/Guake/guake.git
sha512sums = SKIP
pkgname = guake-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3bba7dead952..39fe91b95c70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Florian Reimair <office /at/ florianreimair.at>
pkgname=guake-git
-pkgver=3.7.0.44.g00d880f7
+pkgver=3.8.5.15.g08f32aab
pkgrel=1
pkgdesc="Top-down terminal for Gnome using gtk3 and vte3"
arch=('i686' 'x86_64' 'armv7h')
@@ -16,7 +16,7 @@ depends=('vte3' 'gtk3' 'python-pbr' 'python-dbus' 'python-xdg' 'libutempter' 'li
makedepends=('git' 'python-pip' 'make')
conflicts=('guake' 'guake-gtk2-git')
provides=('guake')
-source=("git://github.com/Guake/guake.git")
+source=("git+https://github.com/Guake/guake.git")
sha512sums=('SKIP')
pkgver() {