[arch-commits] Commit in gist/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Sep 24 20:27:08 UTC 2020


    Date: Thursday, September 24, 2020 @ 20:27:07
  Author: anthraxx
Revision: 711890

archrelease: copy trunk to community-any

Added:
  gist/repos/community-any/PKGBUILD
    (from rev 711889, gist/trunk/PKGBUILD)
Deleted:
  gist/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 20:27:04 UTC (rev 711889)
+++ PKGBUILD	2020-09-24 20:27:07 UTC (rev 711890)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Chris van Dijk (quigybo) <quigybo at hotmail dot com>
-# Contributor: Scott Olson <scott at scott-olson dot org>
-
-pkgname=gist
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='Potentially the best command line gister'
-url='https://github.com/defunkt/gist'
-arch=('any')
-license=('custom:MIT')
-depends=('ruby')
-makedepends=('ruby-rake' 'ruby-ronn')
-optdepends=("xclip: put pasted gist's url into X selection automagically"
-            "xsel: put pasted gist's url into X selection automagically")
-source=(https://github.com/defunkt/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7a63dd3f9c0d532890061f35f71cc7bc38d99958e1a34f1d3c6b596eaf6a2dcbb7a51ed9e8f3df961589038d5ee0391c348e636f277f7314eef26a5fafd90eac')
-b2sums=('2a8aa2ee5db34510040b5dca75e81b09c57e1a2e3e4db52ad34f82859407abf8c02670a566ac26d8b5e4176abddf1201af06e0cee7d6a4d783e4ebd9043d9734')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rake build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="${pkgdir}/usr" rake install
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gist/repos/community-any/PKGBUILD (from rev 711889, gist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-24 20:27:07 UTC (rev 711890)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Chris van Dijk (quigybo) <quigybo at hotmail dot com>
+# Contributor: Scott Olson <scott at scott-olson dot org>
+
+pkgname=gist
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Potentially the best command line gister'
+url='https://github.com/defunkt/gist'
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-ronn')
+optdepends=("xclip: put pasted gist's url into X selection automagically"
+            "xsel: put pasted gist's url into X selection automagically")
+source=(https://github.com/defunkt/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9544d21c68ec46265c310f74af10c63cf7129868f83e1cdf5c76d73641ba14a97e6e689fb17696e7799e57b141a7bdad164ea7c9ce3a7293a81d2d1d866168c7')
+b2sums=('ba5d0fef518bb0f1baca760d71eb259942057720932f6452adc3b420b70408b34ae2eb221f41320cf8aaadf6eedb03470a39d17f5d721484d6cfff1d8c1d598e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rake build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="${pkgdir}/usr" rake install
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list