summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e9419c7ff1a..88a4c52c02f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Dec 17 20:30:05 UTC 2017
+# Tue Apr 10 21:39:19 UTC 2018
pkgbase = bolt-git
pkgdesc = Thunderbolt 3 security system daemon
- pkgver = r307.eb63510
+ pkgver = r537.0823d6f
pkgrel = 1
- url = https://github.com/gicmo/bolt
+ url = https://gitlab.freedesktop.org/bolt/bolt
arch = i686
arch = x86_64
license = LGPL
@@ -16,7 +16,7 @@ pkgbase = bolt-git
depends = systemd
provides = bolt
conflicts = bolt
- source = git+https://github.com/gicmo/bolt.git
+ source = git+https://gitlab.freedesktop.org/bolt/bolt.git
md5sums = SKIP
pkgname = bolt-git
diff --git a/PKGBUILD b/PKGBUILD
index e28d1fbd9665..a2abcbe19f1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=bolt-git
-pkgver=r307.eb63510
+pkgver=r537.0823d6f
pkgrel=1
pkgdesc="Thunderbolt 3 security system daemon"
arch=('i686' 'x86_64')
-url="https://github.com/gicmo/bolt"
+url="https://gitlab.freedesktop.org/bolt/bolt"
license=('LGPL')
depends=('polkit' 'systemd')
makedepends=('asciidoc' 'meson' 'git')
checkdepends=('umockdev')
conflicts=('bolt')
provides=('bolt')
-source=(git+https://github.com/gicmo/bolt.git)
+source=(git+https://gitlab.freedesktop.org/bolt/bolt.git)
md5sums=('SKIP')
pkgver() {
@@ -21,21 +21,21 @@ pkgver() {
}
build() {
- cd "${srcdir}"
+ cd "${srcdir}"/bolt
install -d build
- arch-meson bolt build
+ arch-meson build
ninja -v -C build
}
check() {
- cd "${srcdir}"
+ cd "${srcdir}"/bolt
ninja -C build test
}
package() {
- cd "${srcdir}"
+ cd "${srcdir}"/bolt
DESTDIR="${pkgdir}" ninja -C build install
# Fixup mode to match polkit