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

Brett Cornwall ainola at archlinux.org
Tue Jun 4 13:37:58 UTC 2019


    Date: Tuesday, June 4, 2019 @ 13:37:58
  Author: ainola
Revision: 476850

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 30 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-04 13:37:46 UTC (rev 476849)
+++ PKGBUILD	2019-06-04 13:37:58 UTC (rev 476850)
@@ -1,25 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-pkgname=slurp
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
-url="https://github.com/emersion/slurp"
-license=('MIT')
-depends=('cairo' 'wayland')
-makedepends=('meson' 'scdoc' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/archive/v$pkgver.tar.gz")
-sha256sums=('a2f3eefc3b4cfe8cc069542643be52ab7a6175ed8600d57b62f1309fde158082')
-
-build() {
-    meson --prefix=/usr --buildtype=plain "$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 476849, slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-04 13:37:58 UTC (rev 476850)
@@ -0,0 +1,30 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+pkgname=slurp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Select a region in a Wayland compositor'
+arch=('x86_64')
+url="https://github.com/emersion/slurp"
+license=('MIT')
+depends=('cairo' 'wayland')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
+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=('050aada0dd7925a7fc5811f3c1b1c88236fdbcdc75587e8a9393373951c2c145'
+            'SKIP')
+
+build() {
+    meson --prefix=/usr --buildtype=plain "$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