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

Felix Yan fyan at archlinux.org
Sat May 7 03:21:41 UTC 2016


    Date: Saturday, May 7, 2016 @ 05:21:40
  Author: fyan
Revision: 174011

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
    (from rev 174010, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 03:21:31 UTC (rev 174010)
+++ PKGBUILD	2016-05-07 03:21:40 UTC (rev 174011)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=pastebinit
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="http://launchpad.net/pastebinit"
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-
-  cp -a pastebin.d "$pkgdir"/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* "$pkgdir"/usr/share/locale
-}
-
-sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 174010, pastebinit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-07 03:21:40 UTC (rev 174011)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=pastebinit
+pkgver=1.5
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="http://launchpad.net/pastebinit"
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+
+  cp -a pastebin.d "$pkgdir"/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* "$pkgdir"/usr/share/locale
+}
+
+sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986')



More information about the arch-commits mailing list