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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Jan 23 17:28:20 UTC 2020


    Date: Thursday, January 23, 2020 @ 17:28:20
  Author: jlichtblau
Revision: 555085

upgpkg: bolt 0.8-3 - FS#65067 fix
for https://gitlab.freedesktop.org/bolt/bolt/issues/156

Modified:
  bolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 17:27:59 UTC (rev 555084)
+++ PKGBUILD	2020-01-23 17:28:20 UTC (rev 555085)
@@ -3,17 +3,24 @@
 
 pkgname=bolt
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/bolt/bolt"
 license=('LGPL')
 depends=('polkit' 'systemd')
-makedepends=('asciidoc' 'meson' 'python-setuptools')
+makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
-source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('18dee2a08860cff963d505e382aa5ea9f6a90c0d0279854063839e4a02426e96')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
+        probing-is-timing-out-fix.diff::https://gitlab.freedesktop.org/bolt/bolt/commit/ea3e3e30eb3ce76f6a0ae816a0f35809872f4edf.diff)
+sha256sums=('18dee2a08860cff963d505e382aa5ea9f6a90c0d0279854063839e4a02426e96'
+            '8f32244fa7c5c25c441c0d431996cb1cd2696253c66dbb2c98db51d2ade923ee')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/probing-is-timing-out-fix.diff
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list