[arch-commits] Commit in shotgun/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Mon Aug 1 02:21:05 UTC 2022
Date: Monday, August 1, 2022 @ 02:21:04
Author: polyzen
Revision: 1259554
archrelease: copy trunk to community-x86_64
Added:
shotgun/repos/community-x86_64/PKGBUILD
(from rev 1259553, shotgun/trunk/PKGBUILD)
Deleted:
shotgun/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 31 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-01 02:20:39 UTC (rev 1259553)
+++ PKGBUILD 2022-08-01 02:21:04 UTC (rev 1259554)
@@ -1,33 +0,0 @@
-# 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:
Copied: shotgun/repos/community-x86_64/PKGBUILD (from rev 1259553, shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-01 02:21:04 UTC (rev 1259554)
@@ -0,0 +1,31 @@
+# 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
+}
More information about the arch-commits
mailing list