summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan de Schaetzen2019-06-12 20:17:52 +0200
committerSebastiaan de Schaetzen2019-06-12 20:17:52 +0200
commitdf3bbe369e7071ea6c4aa9d16f460f25aeae69ec (patch)
tree9b7fc5e201aafa109f0ed3743619894b6bc3a531
parent52d5e58333630c9f70e0d009494fb2902dd5c575 (diff)
downloadaur-df3bbe369e7071ea6c4aa9d16f460f25aeae69ec.tar.gz
Update to version 3.7.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03878c89ee0e..a74afc9d83fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dexed-ide
pkgdesc = IDE for the D programming language, its compilers, tools and libraries
- pkgver = 3.7.9
+ pkgver = 3.7.10
pkgrel = 1
url = https://github.com/Basile-z/dexed
arch = x86_64
license = Boost
depends = dcd
depends = dscanner
- source = https://github.com/Basile-z/dexed/releases/download/v3.7.9/dexed.3.7.9.linux64.zip
- md5sums = 40abfb1d72f22de77338098a155ce14c
+ source = https://github.com/Basile-z/dexed/releases/download/v3.7.10/dexed.3.7.10.linux64.zip
+ md5sums = b2e6318715350ee39c7a81f729794d9b
pkgname = dexed-ide
diff --git a/PKGBUILD b/PKGBUILD
index 98eef57098a4..22827d211d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
pkgname=dexed-ide
-pkgver=3.7.9
+pkgver=3.7.10
pkgrel=1
pkgdesc="IDE for the D programming language, its compilers, tools and libraries"
arch=(x86_64)
@@ -8,10 +8,11 @@ url="https://github.com/Basile-z/dexed"
license=('Boost')
depends=(dcd dscanner)
checkdepends=()
-source=(https://github.com/Basile-z/dexed/releases/download/v3.7.9/dexed.3.7.9.linux64.zip)
-md5sums=('40abfb1d72f22de77338098a155ce14c')
+source=(https://github.com/Basile-z/dexed/releases/download/v$pkgver/dexed.$pkgver.linux64.zip)
+
package() {
mkdir -p $pkgdir/usr/bin
cp $srcdir/dexed-x86_64/{dexed,dastworx} $pkgdir/usr/bin
}
+md5sums=('b2e6318715350ee39c7a81f729794d9b')