[arch-commits] Commit in bat/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Jun 3 18:16:06 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:16:06
  Author: arodseth
Revision: 339498

upgpkg: bat 0.4.1-2

Modified:
  bat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:09:19 UTC (rev 339497)
+++ PKGBUILD	2018-06-03 18:16:06 UTC (rev 339498)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Wesley Moore <wes at wezm.net>
 
@@ -10,7 +11,6 @@
 license=('MIT' 'APACHE')
 makedepends=('cmake' 'rust')
 depends=('curl' 'libssh2' 'oniguruma')
-conflicts=('bacula-bat')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha256sums=('3ae66854da59d691b8740672708a2e7f2f240c76e8a00283f59a6e39127e4583')
 
@@ -23,9 +23,9 @@
 package() {
   cd "$pkgname-$pkgver"
 
-  install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list