summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rheinsberg2020-05-05 07:11:39 +0200
committerDavid Rheinsberg2020-05-05 07:12:08 +0200
commit620db2b2f418763ab4ae056d56f1c424d00e5ae4 (patch)
tree417fc7c7dcaab1fb44319a6eb333aab0f50215bd
parentf7d9695b56ae12e13e6bf39c76287269f6d29406 (diff)
downloadaur-620db2b2f418763ab4ae056d56f1c424d00e5ae4.tar.gz
dbus-broker-git: align with dbus-broker
Align the PKGBUILD file with the official dbus-broker file, keeping both in sync. Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a17225f3209..1eb7c35dcc17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 5 12:07:55 UTC 2020
+# Tue May 5 05:12:05 UTC 2020
pkgbase = dbus-broker-git
pkgdesc = Linux D-Bus Message Broker
- pkgver = r1379.191f135
+ pkgver = r1405.72da24b
pkgrel = 1
url = https://github.com/bus1/dbus-broker
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e219d6092c19..7d86abd1cba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgorg=bus1
_pkgname=dbus-broker
pkgdesc='Linux D-Bus Message Broker'
-pkgver=r1379.191f135
+pkgver=r1405.72da24b
pkgrel=1
pkgname=$_pkgname-git
@@ -27,7 +27,7 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
- cd "$pkgname"
+ cd $pkgname
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
@@ -38,7 +38,7 @@ prepare() {
local sm
for sm in c-{dvar,ini,list,rbtree,shquote,stdaux,utf8}; do
- git config --local submodule.subprojects/$sm.url "$srcdir/$sm"
+ git submodule set-url subprojects/$sm "$srcdir/$sm"
done
git submodule update