summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Sulfrian2020-10-02 11:49:02 +0200
committerAlexander Sulfrian2020-10-02 11:50:21 +0200
commit984969eb87d9b648fb56bdb21a9790308a138d1e (patch)
tree837a8d6a5301eaff123fe1706e438b71f3329523 /PKGBUILD
parent843e3580352fece898622685b11ce72fc8a7f2fa (diff)
downloadaur-984969eb87d9b648fb56bdb21a9790308a138d1e.tar.gz
Version bump: 5.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef239edbeef5..f3d352e4f71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dbus
_gourl="github.com/godbus/dbus"
pkgname="$_pkgname-go"
-pkgver=4.0.0
+pkgver=5.0.3
pkgrel=1
pkgdesc="Native Go bindings for D-Bus"
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('go')
options=('!strip' '!emptydirs')
source=("https://$_gourl/archive/v$pkgver.tar.gz")
-sha256sums=('2b40e749786260a053785be29ff12e6ddd618762ccaafdfbe4a6e07f3d2a6e66')
+sha256sums=('49d27bde2861f5e5ab4195fddc5f38f25324aac3b32b3cc03e712cca3d2b75fa')
build() {