summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Printzell2017-11-26 18:25:09 +0100
committerDan Printzell2017-11-26 18:25:09 +0100
commitd445ed856bb4f71835080a0819ae47861ed3b1c1 (patch)
treecd0ebd10b6fa1d146921ef560749993411923eb2
parent1e06406e8ce14f1e96f29debe405ea5686e882ea (diff)
downloadaur-d445ed856bb4f71835080a0819ae47861ed3b1c1.tar.gz
Updated to 3_update_5
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcde92fcf53d..e8eca6095858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 13:41:34 UTC 2017
+# Sun Nov 26 17:20:15 UTC 2017
pkgbase = coedit-bin
pkgdesc = Coedit is an IDE for the DMD D2 compiler.
- pkgver = 3_update_4
+ pkgver = 3_update_5
pkgrel = 1
url = https://github.com/BBasile/Coedit
- arch = x86
arch = x86_64
license = MIT
makedepends = unzip
@@ -20,10 +19,10 @@ pkgbase = coedit-bin
optdepends = gdc: optional, the GDC D compiler
provides = coedit
conflicts = coedit
- source_x86_64 = https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.linux64.zip
- source_x86_64 = coedit.desktop
- sha256sums_x86_64 = e39207bd6621f8c499d3b27426ce7ced984edd2008c9389c27964929794ffd03
- sha256sums_x86_64 = 9bcecc4297d96667bafe7a3d30b6e36095c1e91d7fa687afc6fc8fda5f1842ab
+ source = https://github.com/BBasile/Coedit/releases/download/3_update_5/coedit.3update5.linux64.zip
+ source = coedit.desktop
+ sha256sums = 7f1823833df933e9feefcbb30ecf75d92ff21f866086164d3c547cfba1c27747
+ sha256sums = 9bcecc4297d96667bafe7a3d30b6e36095c1e91d7fa687afc6fc8fda5f1842ab
pkgname = coedit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d9497bfeaf2..4784844a54db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marius O<marius@habarnam.ro>
pkgname=('coedit-bin')
-pkgver=3_update_4
+pkgver=3_update_5
pkgrel=1
pkgdesc="Coedit is an IDE for the DMD D2 compiler."
url="https://github.com/BBasile/Coedit"
@@ -23,20 +23,15 @@ optdepends=(
)
provides=("coedit")
conflicts=("coedit")
-arch=("x86" "x86_64")
+arch=("x86_64")
-source_i686=(
- "https://github.com/BBasile/Coedit/releases/download/$pkgver/${pkgname%-bin}.${pkgver//_}.linux32.zip"
- "coedit.desktop"
-)
-
-source_x86_64=(
+source=(
"https://github.com/BBasile/Coedit/releases/download/$pkgver/${pkgname%-bin}.${pkgver//_}.linux64.zip"
"coedit.desktop"
)
-sha256sums_x86_64=('e39207bd6621f8c499d3b27426ce7ced984edd2008c9389c27964929794ffd03'
- '9bcecc4297d96667bafe7a3d30b6e36095c1e91d7fa687afc6fc8fda5f1842ab')
+sha256sums=('7f1823833df933e9feefcbb30ecf75d92ff21f866086164d3c547cfba1c27747'
+ '9bcecc4297d96667bafe7a3d30b6e36095c1e91d7fa687afc6fc8fda5f1842ab')
package() {