Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / 
dtools


Commits:
c04f8073 by Dan Printzell at 2023-12-10T10:46:18+01:00
upgpkg: 2.106.0-1: Update to 2.106.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = dtools
+       pkgdesc = Ancilliary tools for the D programming language
+       pkgver = 2.106.0
+       pkgrel = 1
+       url = https://www.dlang.org
+       arch = x86_64
+       groups = dlang
+       license = Boost
+       makedepends = dmd
+       makedepends = libphobos
+       depends = curl
+       provides = ddemangle
+       provides = dustmite
+       provides = rdmd
+       conflicts = ddemangle
+       conflicts = dustmite
+       conflicts = rdmd
+       source = 
dtools-2.106.0.tar.gz::https://github.com/dlang/tools/archive/v2.106.0.tar.gz
+       sha512sums = 
67bcb90eaeee08b4ef497cad6f5dae30ca62dad42794cc1438f8a1642a03e9a34b75ca155c1fcf4ed18b2d0d26d89d6c41a989dc196cc26b3abe0f10d161d06a
+
+pkgname = dtools


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse <pub...@dicebot.lv>
 
 pkgname=dtools
-pkgver=2.105.0
+pkgver=2.106.0
 pkgrel=1
 pkgdesc='Ancilliary tools for the D programming language'
 license=('Boost')
@@ -15,7 +15,7 @@ provides=('ddemangle' 'dustmite' 'rdmd')
 conflicts=('ddemangle' 'dustmite' 'rdmd')
 depends=('curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz";)
-sha512sums=('8713475e9a79184892cc0723a1b0a961783f73ba41b2ecf0f911f5a6fd6e22d476438d0ba62e7ef483733326ca11ef34fa17f3a80ef80e82569377fcf469cdec')
+sha512sums=('67bcb90eaeee08b4ef497cad6f5dae30ca62dad42794cc1438f8a1642a03e9a34b75ca155c1fcf4ed18b2d0d26d89d6c41a989dc196cc26b3abe0f10d161d06a')
 
 build() {
     DMD=dmd



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtools/-/commit/c04f80733d8bb5c019902e80dd0db6f978313a5f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtools/-/commit/c04f80733d8bb5c019902e80dd0db6f978313a5f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to