[arch-commits] Commit in grim/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Apr 18 19:20:58 UTC 2021
Date: Sunday, April 18, 2021 @ 19:20:58
Author: arodseth
Revision: 919942
archrelease: copy trunk to community-x86_64
Added:
grim/repos/community-x86_64/PKGBUILD
(from rev 919941, grim/trunk/PKGBUILD)
Deleted:
grim/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-18 19:20:53 UTC (rev 919941)
+++ PKGBUILD 2021-04-18 19:20:58 UTC (rev 919942)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: emersion <contact at emersion.fr>
-
-pkgname=grim
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Screenshot utility for Wayland'
-arch=(x86_64)
-url='https://github.com/emersion/grim'
-license=(MIT)
-depends=(cairo libjpeg-turbo wayland)
-makedepends=(fish git meson ninja pango scdoc wayland-protocols)
-source=("git+$url#commit=fe8993533ed245c468b5122d7394154066d02c86") # tag: v1.3.1
-sha256sums=('SKIP')
-
-build() {
- arch-meson build $pkgname
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 $pkgname/LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: grim/repos/community-x86_64/PKGBUILD (from rev 919941, grim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-18 19:20:58 UTC (rev 919942)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: emersion <contact at emersion.fr>
+
+pkgname=grim
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Screenshot utility for Wayland'
+arch=(x86_64)
+url='https://github.com/emersion/grim'
+license=(MIT)
+depends=(cairo libjpeg-turbo wayland)
+makedepends=(fish git meson ninja pango scdoc wayland-protocols)
+source=("git+$url#commit=c2efce7ffcfb70df5ea197f729da83be79d54f34") # tag: v1.3.2
+sha256sums=('SKIP')
+
+build() {
+ arch-meson build $pkgname
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm644 $pkgname/LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list