Date: Friday, May 5, 2023 @ 19:31:58
Author: polyzen
Revision: 1458895
archrelease: copy trunk to community-x86_64
Added:
shotgun/repos/community-x86_64/PKGBUILD
(from rev 1458894, shotgun/trunk/PKGBUILD)
Deleted:
shotgun/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-05 19:31:34 UTC (rev 1458894)
+++ PKGBUILD 2023-05-05 19:31:58 UTC (rev 1458895)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Streetwalrus <[email protected]>
-
-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
-}
Copied: shotgun/repos/community-x86_64/PKGBUILD (from rev 1458894,
shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-05 19:31:58 UTC (rev 1458895)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Streetwalrus <[email protected]>
+
+pkgname=shotgun
+pkgver=2.4.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=('48154978e1d08577fb0beb6a3d53f80d3ffc48416367c14382fa80af8369226d103068bade09289b9612c07f7840f5321516767f90cae5c94565a797fabd0759')
+
+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
+}