summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2020-12-18 21:55:57 +0100
committerChristian Schendel2020-12-18 21:55:57 +0100
commitd1efb38a71b29d09bfe5c68a85d0eeccf8602bc3 (patch)
treeccf8c3c35d0c84d768d4165154d0c5b632592efa
parentb66b750c0ec57847cf78e3b86f0a19cffde76b7c (diff)
downloadaur-d1efb38a71b29d09bfe5c68a85d0eeccf8602bc3.tar.gz
always use latest commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c752bd362d1a..173ed41fcb82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-applications-overview-tooltip-git
depends = gnome-shell>=3.38
provides = gnome-shell-extension-applications-overview-tooltip
conflicts = gnome-shell-extension-applications-overview-tooltip
- source = gnome-shell-extension-applications-overview-tooltip::git+https://github.com/RaphaelRochet/applications-overview-tooltip.git#commit=2e81270c728f421f915900cab2725a8e20c87b0a
+ source = gnome-shell-extension-applications-overview-tooltip::git+https://github.com/RaphaelRochet/applications-overview-tooltip.git
sha256sums = SKIP
pkgname = gnome-shell-extension-applications-overview-tooltip-git
diff --git a/PKGBUILD b/PKGBUILD
index 60459870b3e2..67b509512e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
pkgname=gnome-shell-extension-applications-overview-tooltip-git
pkgver=v10.r2.g2e81270
pkgrel=2
-_commit=2e81270c728f421f915900cab2725a8e20c87b0a
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
@@ -12,7 +11,7 @@ depends=('gnome-shell>=3.38')
makedepends=('git' 'glib2')
conflicts=("${pkgname%-git}")
provides=(${pkgname%-git})
-source=("${pkgname%-git}::git+https://github.com/RaphaelRochet/applications-overview-tooltip.git#commit=$_commit")
+source=("${pkgname%-git}::git+https://github.com/RaphaelRochet/applications-overview-tooltip.git")
sha256sums=('SKIP')
pkgver() {