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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jun 15 20:16:46 UTC 2020


    Date: Monday, June 15, 2020 @ 20:16:45
  Author: jlichtblau
Revision: 645493

upgpkg: bolt 0.9-1 - new upstream release

Modified:
  bolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 20:15:58 UTC (rev 645492)
+++ PKGBUILD	2020-06-15 20:16:45 UTC (rev 645493)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 
 pkgname=bolt
-pkgver=0.8
-pkgrel=3
+pkgver=0.9
+pkgrel=1
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/bolt/bolt"
@@ -11,16 +11,9 @@
 depends=('polkit' 'systemd')
 makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
-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')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a')
 
-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