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

Daniel M. Capella polyzen at archlinux.org
Wed Feb 20 21:29:07 UTC 2019


    Date: Wednesday, February 20, 2019 @ 21:29:06
  Author: polyzen
Revision: 434796

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 21:28:39 UTC (rev 434795)
+++ PKGBUILD	2019-02-20 21:29:06 UTC (rev 434796)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Streetwalrus <streetwalrus at codewalr.us>
-
-pkgname=shotgun
-pkgver=2.0.1
-pkgrel=3
-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=('9ac3c43b407a970a1c5b39754d3bbeceeb535b608b4ce27a12da7f290467023ee04c1416e8403ee387691feeafd3ad8d4d5d53c9de6ad4caf45a1f30ddd1ec66')
-
-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 434795, shotgun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-20 21:29:06 UTC (rev 434796)
@@ -0,0 +1,26 @@
+# 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:



More information about the arch-commits mailing list