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

Felix Yan fyan at nymeria.archlinux.org
Fri Jun 6 15:48:25 UTC 2014


    Date: Friday, June 6, 2014 @ 17:48:25
  Author: fyan
Revision: 112765

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-06 15:47:47 UTC (rev 112764)
+++ PKGBUILD	2014-06-06 15:48:25 UTC (rev 112765)
@@ -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
-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=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 112764, pastebinit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-06 15:48:25 UTC (rev 112765)
@@ -0,0 +1,30 @@
+# $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')




More information about the arch-commits mailing list