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

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:21:04 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:21:01
  Author: maximbaz
Revision: 411023

archrelease: copy trunk to community-any

Added:
  bashrun/repos/community-any/PKGBUILD
    (from rev 411022, bashrun/trunk/PKGBUILD)
Deleted:
  bashrun/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:20:47 UTC (rev 411022)
+++ PKGBUILD	2018-12-04 00:21:01 UTC (rev 411023)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=bashrun
-pkgver=0.16.1
-pkgrel=4
-pkgdesc="An x11 application launcher based on bash"
-arch=('any')
-url="http://sourceforge.net/projects/bashrun"
-license=('GPL')
-depends=('bash')
-optdepends=('xdotool: allow bashrun to run in background')
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
-sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-  install -D -m644 bashrc ${pkgdir}/usr/share/$pkgname/bashrc
-}
-

Copied: bashrun/repos/community-any/PKGBUILD (from rev 411022, bashrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-04 00:21:01 UTC (rev 411023)
@@ -0,0 +1,23 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=bashrun
+pkgver=0.16.1
+pkgrel=4
+pkgdesc="An x11 application launcher based on bash"
+arch=('any')
+url="http://sourceforge.net/projects/bashrun"
+license=('GPL')
+depends=('bash')
+optdepends=('xdotool: allow bashrun to run in background')
+source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+  install -D -m644 bashrc ${pkgdir}/usr/share/$pkgname/bashrc
+}
+



More information about the arch-commits mailing list