summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-08-10 18:07:05 +0200
committerKevin Majewski2020-08-10 18:07:05 +0200
commit20a34cbdf3d95b7e09ed8a7a952c6b1138c23382 (patch)
tree595c8a3f18b3492df447ed88f143c694af4001c3
parent285009fd9dec60d4515ccd0bdc3530247240b3b7 (diff)
downloadaur-gnome-sound-recorder-git.tar.gz
fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2284e60f2b10..787dd5b64c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-sound-recorder-git
pkgdesc = A utility to make simple audio recording from your GNOME desktop
- pkgver = 3.34.0+99+gf45ae48
+ pkgver = 3.34.0+216+g6411a90
pkgrel = 1
url = https://wiki.gnome.org/Apps/SoundRecorder
arch = any
@@ -15,7 +15,7 @@ pkgbase = gnome-sound-recorder-git
depends = libhandy
provides = gnome-sound-recorder
conflicts = gnome-sound-recorder
- source = git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=
+ source = git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git
sha512sums = SKIP
pkgname = gnome-sound-recorder-git
diff --git a/PKGBUILD b/PKGBUILD
index 3a5219732efe..9c95f6c06e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=gnome-sound-recorder-git
_pkgname=gnome-sound-recorder
-pkgver=3.34.0+99+gf45ae48
+pkgver=3.34.0+216+g6411a90
pkgrel=1
pkgdesc="A utility to make simple audio recording from your GNOME desktop"
url="https://wiki.gnome.org/Apps/SoundRecorder"
@@ -10,7 +10,7 @@ depends=('gtk3' 'gjs' 'gst-plugins-good' 'gst-plugins-base' 'libhandy')
makedepends=('gobject-introspection' 'git' 'meson')
provides=('gnome-sound-recorder')
conflicts=('gnome-sound-recorder')
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git")
sha512sums=('SKIP')
pkgver() {