[arch-commits] Commit in bluez-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 11 17:07:51 UTC 2018


    Date: Tuesday, December 11, 2018 @ 17:07:50
  Author: bgyorgy
Revision: 415446

archrelease: copy trunk to community-x86_64

Added:
  bluez-tools/repos/community-x86_64/PKGBUILD
    (from rev 415445, bluez-tools/trunk/PKGBUILD)
Deleted:
  bluez-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 17:07:34 UTC (rev 415445)
+++ PKGBUILD	2018-12-11 17:07:50 UTC (rev 415446)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=bluez-tools
-pkgver=0.2.0
-_gitrev=97efd293491ad7ec96a655665339908f2478b3d1
-pkgrel=2
-pkgdesc="A set of tools to manage Bluetooth devices for Linux"
-arch=('x86_64')
-url="https://github.com/khvzak/bluez-tools"
-license=('GPL')
-depends=('bluez')
-source=("$pkgname-$_gitrev.tar.gz::https://github.com/khvzak/bluez-tools/archive/$_gitrev.tar.gz")
-sha256sums=('62ca98af63d2ae142dbc77995c6bd4c259eaba4a5832daa33ae9e3d585b9205f')
-
-build() {
-  cd $pkgname-$_gitrev
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$_gitrev
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-tools/repos/community-x86_64/PKGBUILD (from rev 415445, bluez-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 17:07:50 UTC (rev 415446)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bluez-tools
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="A set of tools to manage Bluetooth devices for Linux"
+arch=('x86_64')
+url="https://github.com/khvzak/bluez-tools"
+license=('GPL')
+depends=('bluez')
+makedepends=(git)
+_commit=7cb788c9c43facfd2d14ff50e16d6a19f033a6a7  # master
+source=("git+https://github.com/khvzak/bluez-tools#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list