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

Daniel M. Capella polyzen at gemini.archlinux.org
Fri Sep 2 16:40:33 UTC 2022


    Date: Friday, September 2, 2022 @ 16:40:33
  Author: polyzen
Revision: 1290932

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 16:40:14 UTC (rev 1290931)
+++ PKGBUILD	2022-09-02 16:40:33 UTC (rev 1290932)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Streetwalrus <streetwalrus at codewalr.us>
-
-pkgname=shotgun
-pkgver=2.3.0
-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")
-b2sums=('410a88cf3750b695a59c1079a345d57c3d32c3e83f6cc2aa3f04079198aa20fe9dbf94604bb1aac0714d5cfce39bff74ae0f2a0da1c44a24a5ac6c14e203aa1d')
-
-prepare() {
-  cd shotgun-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd shotgun-$pkgver
-  cargo build --release --locked --offline
-}
-
-package() {
-  cd shotgun-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/shotgun
-}

Copied: shotgun/repos/community-x86_64/PKGBUILD (from rev 1290931, shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 16:40:33 UTC (rev 1290932)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Streetwalrus <streetwalrus at codewalr.us>
+
+pkgname=shotgun
+pkgver=2.3.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")
+b2sums=('ee444c505f239af15e11559ae0ad1ea886e4ae16d79c45b922009ade9a9d32299b1ee4ae809c6019d54e002966a16d625cc8965171bc4f701db8ac2a746f6da8')
+
+prepare() {
+  cd shotgun-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd shotgun-$pkgver
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd shotgun-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/shotgun
+}



More information about the arch-commits mailing list