summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f190e813986b..d09acedd7250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Sulfrian <asulfrian at zedat dot fu-berlin dot de>
_pkgname=dbus
-pkgname="$_pkgname-go"
+pkgname="golang-github-godbus-${_pkgname}"
pkgver=5.0.3
pkgrel=2
@@ -11,8 +11,10 @@ url="https://github.com/godbus/dbus"
license=('BSD')
depends=('go')
options=('!strip' '!emptydirs')
-source=("https://github.com/godbus/dbus/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/godbus/${_pkgname}/archive/v$pkgver.tar.gz")
sha256sums=('49d27bde2861f5e5ab4195fddc5f38f25324aac3b32b3cc03e712cca3d2b75fa')
+replaces=('dbus-go')
+conflicts=('dbus-go')
heck() {
cd "${_pkgname}-${pkgver}"