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

Daniel M. Capella polyzen at archlinux.org
Fri Sep 13 12:55:55 UTC 2019


    Date: Friday, September 13, 2019 @ 12:55:54
  Author: polyzen
Revision: 510323

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 12:55:30 UTC (rev 510322)
+++ PKGBUILD	2019-09-13 12:55:54 UTC (rev 510323)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Streetwalrus <streetwalrus at codewalr.us>
-
-pkgname=shotgun
-pkgver=2.1.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')
-source=("$url/archive/v$pkgver/shotgun-v$pkgver.tar.gz")
-sha512sums=('a5f3a189ecef816f973d5ecca6a900b4b2cb3fc58cf8361dd16d82fa0f74b42a52fc62a5e0fb83270d6b2270149b5558fee219f8665c069c9fcb010d1df1c28c')
-
-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 510322, shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-13 12:55:54 UTC (rev 510323)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Streetwalrus <streetwalrus at codewalr.us>
+
+pkgname=shotgun
+pkgver=2.2.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')
+source=("$url/archive/v$pkgver/shotgun-v$pkgver.tar.gz")
+sha512sums=('d5e88c0f8be7c02f4244122e842fcef086d335618943058b1b121f2dff6cf40a9c1e78729e1c1b25ace3da49ef08d43fb3f9241a2f2d4d7f28b4fd84c8bbc9b3')
+
+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:



More information about the arch-commits mailing list