[arch-commits] Commit in bashrun/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 3 17:29:05 UTC 2018
Date: Sunday, June 3, 2018 @ 17:29:04
Author: felixonmars
Revision: 339448
archrelease: copy trunk to community-any
Added:
bashrun/repos/community-any/PKGBUILD
(from rev 339447, bashrun/trunk/PKGBUILD)
Deleted:
bashrun/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 17:28:50 UTC (rev 339447)
+++ PKGBUILD 2018-06-03 17:29:04 UTC (rev 339448)
@@ -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=3
-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)
-sha256sums=('bb070b337450b256290089ae1c1bdba57098d48d2d2534d7da3f60a44cdc0d76')
-
-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 339447, bashrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-03 17:29:04 UTC (rev 339448)
@@ -0,0 +1,24 @@
+# $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
+}
+
More information about the arch-commits
mailing list