[arch-commits] Commit in slurp/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 11:22:10 UTC 2022


    Date: Friday, July 15, 2022 @ 11:22:10
  Author: allan
Revision: 1252906

archrelease: copy trunk to community-x86_64

Added:
  slurp/repos/community-x86_64/PKGBUILD
    (from rev 1252905, slurp/trunk/PKGBUILD)
  slurp/repos/community-x86_64/keys/
Deleted:
  slurp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 11:21:47 UTC (rev 1252905)
+++ PKGBUILD	2022-07-15 11:22:10 UTC (rev 1252906)
@@ -1,32 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=slurp
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
-url="https://github.com/emersion/slurp"
-license=('MIT')
-depends=('cairo' 'wayland' 'libxkbcommon')
-makedepends=('meson' 'scdoc' 'wayland-protocols')
-options=(debug)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz"
-    "$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig"
-)
-validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
-sha256sums=('005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876'
-            'SKIP')
-
-build() {
-    arch-meson "$pkgname-$pkgver" build
-    ninja -C build
-}
-
-package() {
-    DESTDIR="$pkgdir" ninja -C build install
-    cd "$pkgname-$pkgver"
-    install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
-    install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
-}

Copied: slurp/repos/community-x86_64/PKGBUILD (from rev 1252905, slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 11:22:10 UTC (rev 1252906)
@@ -0,0 +1,32 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=slurp
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Select a region in a Wayland compositor'
+arch=('x86_64')
+url="https://github.com/emersion/slurp"
+license=('MIT')
+depends=('cairo' 'wayland' 'libxkbcommon')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
+options=(debug)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz"
+    "$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig"
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
+sha256sums=('005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876'
+            'SKIP')
+
+build() {
+    arch-meson "$pkgname-$pkgver" build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+    cd "$pkgname-$pkgver"
+    install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
+    install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
+}



More information about the arch-commits mailing list