summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan de Schaetzen2020-04-07 09:11:14 +0200
committerSebastiaan de Schaetzen2020-04-07 09:11:14 +0200
commit6f27f033baadfe07af721c2bade7a014875b30bf (patch)
treec42cbc55ebf40909e0de8e3e66b3103b9803ad89 /PKGBUILD
parentdf3bbe369e7071ea6c4aa9d16f460f25aeae69ec (diff)
downloadaur-6f27f033baadfe07af721c2bade7a014875b30bf.tar.gz
Update to v3.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22827d211d74..2aff75cc5490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
pkgname=dexed-ide
-pkgver=3.7.10
+pkgver=3.8.2
pkgrel=1
pkgdesc="IDE for the D programming language, its compilers, tools and libraries"
arch=(x86_64)
-url="https://github.com/Basile-z/dexed"
+url="https://gitlab.com/basile.b/dexed"
license=('Boost')
depends=(dcd dscanner)
checkdepends=()
-source=(https://github.com/Basile-z/dexed/releases/download/v$pkgver/dexed.$pkgver.linux64.zip)
-
+source=(https://gitlab.com/basile.b/dexed/-/jobs/499174438/artifacts/raw/setup/output/dexed.3.8.2.linux64.zip)
+md5sums=('f4b494587f31d1296a96431fc5eaf5ca')
package() {
mkdir -p $pkgdir/usr/bin
cp $srcdir/dexed-x86_64/{dexed,dastworx} $pkgdir/usr/bin
}
-md5sums=('b2e6318715350ee39c7a81f729794d9b')