Date: Sunday, August 9, 2020 @ 00:51:15
  Author: heftig
Revision: 393335

3.8.6+28+gc87aac4-1: FS#67491 Fix URLs

Modified:
  nautilus-sendto/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-09 00:50:52 UTC (rev 393334)
+++ PKGBUILD    2020-08-09 00:51:15 UTC (rev 393335)
@@ -1,19 +1,19 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Contributor: Jan de Groot <[email protected]>
 # Contributor: Eduardo Romero <[email protected]>
 # Contributor: Tor Krill <[email protected]>
 
 pkgname=nautilus-sendto
-pkgver=3.8.6+14+ge8a3604
-pkgrel=2
+pkgver=3.8.6+28+gc87aac4
+pkgrel=1
 pkgdesc="Easily send files via mail"
-url="https://gitlab.gnome.org/GNOME/nautilus-sendto";
+url="https://gitlab.gnome.org/Archive/nautilus-sendto";
 arch=(x86_64)
 license=(GPL)
 depends=(glib2)
 makedepends=(gobject-introspection git meson appstream-glib)
-_commit=e8a3604c69e178dc379c04d6f0684c9e1a60532a  # master
-source=("git+https://gitlab.gnome.org/GNOME/nautilus-sendto.git#commit=$_commit";)
+_commit=c87aac46c4893e09b1ced1cca8bb86b0a6823124  # master
+source=("git+https://gitlab.gnome.org/Archive/nautilus-sendto.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {

Reply via email to