summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorproninyaroslav2015-06-15 18:29:04 +0300
committerproninyaroslav2015-06-15 18:29:04 +0300
commitcad930fec384bc9ae5245682b691d61ba0202f8f (patch)
treea7daee931349f7a9fdddb47a5ac3c531da611820
parent2a15c1797b6b2e33c5102bd2bb1a821d44711c93 (diff)
downloadaur-cad930fec384bc9ae5245682b691d61ba0202f8f.tar.gz
Update to 3.2.0-1 (fix md5sum)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e914cd6b60..8916ba03cefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = sasm
depends = gcc
optdepends = nasmx: a collection of macros, include files and examples for linux, x11, gtk, opengl
source = https://github.com/Dman95/SASM/archive/v3.2.0.tar.gz
- md5sums = c7cc0e7b834a8be13286ad48aefbd1a0
+ md5sums = dcc4d5c1a3e5ef576f51b367925bad34
depends_x86_64 = gcc-multilib
pkgname = sasm
diff --git a/PKGBUILD b/PKGBUILD
index aa52582dd851..6707d416a836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=(
'nasmx: a collection of macros, include files and examples for linux, x11, gtk, opengl'
)
source=("https://github.com/Dman95/SASM/archive/v${pkgver}.tar.gz")
-md5sums=("c7cc0e7b834a8be13286ad48aefbd1a0")
+md5sums=("dcc4d5c1a3e5ef576f51b367925bad34")
build() {
cd "${srcdir}/SASM-${pkgver}"