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

Levente Polyak anthraxx at archlinux.org
Sun Nov 22 22:54:40 UTC 2015


    Date: Sunday, November 22, 2015 @ 23:54:40
  Author: anthraxx
Revision: 147415

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-22 22:54:33 UTC (rev 147414)
+++ PKGBUILD	2015-11-22 22:54:40 UTC (rev 147415)
@@ -1,28 +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=4.4.2
-pkgrel=1
-pkgdesc="Potentially the best command line gister"
-url="https://github.com/defunkt/gist"
-arch=('any')
-license=('custom:MIT')
-depends=('ruby')
-optdepends=(
-  "xclip: put pasted gist's url into X selection automagically"
-  "xsel: put pasted gist's url into X selection automagically"
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 build/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 build/${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gist/repos/community-any/PKGBUILD (from rev 147414, gist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-22 22:54:40 UTC (rev 147415)
@@ -0,0 +1,28 @@
+# 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=4.5.0
+pkgrel=1
+pkgdesc="Potentially the best command line gister"
+url="https://github.com/defunkt/gist"
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  "xclip: put pasted gist's url into X selection automagically"
+  "xsel: put pasted gist's url into X selection automagically"
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('52afe9afcc027e7f7f331f2c7c0983a5e86c08a608087c01133e839f6c97e41e5770ac903ad8e4a28bc376fd3820077e6adbd21cc99b493bfe05277917aded6e')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 build/${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 LICENSE.MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list