[arch-commits] Commit in dub/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Fri Nov 3 12:13:37 UTC 2017
Date: Friday, November 3, 2017 @ 12:13:36
Author: wild
Revision: 265310
upgpkg: dub 1.6.0-1
Updated to 1.6.0 and dropped i686 as the dmd package is only x86_64
Modified:
dub/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-03 12:12:23 UTC (rev 265309)
+++ PKGBUILD 2017-11-03 12:13:36 UTC (rev 265310)
@@ -4,10 +4,10 @@
# Contributor: Moritz Maxeiner <moritz at ucworks.org>
pkgname=('dub')
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/D-Programming-Language/dub"
license=('MIT')
groups=('dlang')
@@ -15,7 +15,7 @@
depends=('libphobos' 'curl')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz")
-sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
+sha512sums=('8d0b64ab4a2ce100215571dc2b9f3e844ca8a1d036074a303a437489a92ebfa21d335f29bd873249874ee4140c3b1db65350ef475658124957c4953ee2c4cae6')
build() {
DC=dmd
More information about the arch-commits
mailing list