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

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 21:37:11 UTC 2021


    Date: Monday, September 20, 2021 @ 21:37:11
  Author: felixonmars
Revision: 1019804

archrelease: copy trunk to community-x86_64

Added:
  shotgun/repos/community-x86_64/PKGBUILD
    (from rev 1019803, shotgun/trunk/PKGBUILD)
Deleted:
  shotgun/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:36:57 UTC (rev 1019803)
+++ PKGBUILD	2021-09-20 21:37:11 UTC (rev 1019804)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Streetwalrus <streetwalrus at codewalr.us>
-
-pkgname=shotgun
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Minimal X screenshot utility'
-arch=('x86_64')
-url=https://github.com/neXromancers/shotgun
-license=('MPL2')
-depends=('gcc-libs' 'libxrandr')
-makedepends=('git' 'rust')
-optdepends=('hacksaw: for area/window selection'
-            'slop: for area/window selection')
-source=("shotgun-$pkgver.tar.gz::https://static.crates.io/crates/shotgun/shotgun-$pkgver.crate")
-sha512sums=('671c20268573a52f655d3db484e9387f019487332415359029e6b5de7bd683954c131007bbfa6d2efa035508db09bcf6b5c04c1c9dcff4e29de47618d4f04a1c')
-
-build() {
-  cd shotgun-$pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd shotgun-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/shotgun
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shotgun/repos/community-x86_64/PKGBUILD (from rev 1019803, shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 21:37:11 UTC (rev 1019804)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Streetwalrus <streetwalrus at codewalr.us>
+
+pkgname=shotgun
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Minimal X screenshot utility'
+arch=('x86_64')
+url=https://github.com/neXromancers/shotgun
+license=('MPL2')
+depends=('gcc-libs' 'libxrandr')
+makedepends=('git' 'rust')
+optdepends=('hacksaw: for area/window selection'
+            'slop: for area/window selection')
+source=("shotgun-$pkgver.tar.gz::https://static.crates.io/crates/shotgun/shotgun-$pkgver.crate")
+sha512sums=('2d51e401718c4a13b114a9e563a1dff13a1817c06e1b6ce046cb0ca324d5386a12b06406a9b6545532b43f2727189e1f7c4c7cd9ca650794a6f769076c1669d0')
+
+prepare() {
+  cd shotgun-$pkgver
+  cargo fetch --locked
+}
+
+build() {
+  cd shotgun-$pkgver
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd shotgun-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/shotgun
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list