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

Jan Steffens heftig at archlinux.org
Wed Jun 10 11:41:18 UTC 2020


    Date: Wednesday, June 10, 2020 @ 11:41:17
  Author: heftig
Revision: 641362

FS#66959 Use signed tag

Modified:
  lib32-dbus/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 11:22:11 UTC (rev 641361)
+++ PKGBUILD	2020-06-10 11:41:17 UTC (rev 641362)
@@ -9,17 +9,10 @@
 license=(GPL custom)
 depends=(lib32-systemd dbus)
 makedepends=(lib32-glib2 lib32-expat git autoconf-archive)
-_commit=a0926ef86f413f18202ffa19cb1433b6ba00ac36  # tags/dbus-1.12.18^0
-source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit")
+source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver")
 sha256sums=('SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie <simon.mcvittie at collabora.co.uk>
-              '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
 
-pkgver() {
-  cd dbus
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
 prepare() {
   cd dbus
   NOCONFIGURE=1 ./autogen.sh



More information about the arch-commits mailing list