summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpxl2020-07-20 06:54:40 -0300
committerlpxl2020-07-20 06:54:40 -0300
commit8f522f739fc35e63ef1f05038b5c045dfb7c8c6d (patch)
tree31f7b6254d80300b5301920ac73273947205d98f
parent1719686bfafd39eae739e8e16c56551a17609d14 (diff)
downloadaur-8f522f739fc35e63ef1f05038b5c045dfb7c8c6d.tar.gz
Update to 0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0745b5129577..6a402af7c459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mun-bin
- pkgdesc = A programming language empowering creation through iteration - precompiled binary
- pkgver = 0.2.0
+ pkgdesc = A programming language empowering creation through iteration - prebuilt binary
+ pkgver = 0.2.1
pkgrel = 1
url = https://mun-lang.org/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = mun-bin
provides = mun
conflicts = mun
conflicts = mun-git
- source = https://github.com/mun-lang/mun/releases/download/v0.2.0/mun-linux64-v0.2.0.tar.gz
- md5sums = 905cac450f1ec5772c54549551cbb6b4
+ source = https://github.com/mun-lang/mun/releases/download/v0.2.1/mun-linux64-v0.2.1.tar.gz
+ md5sums = ceb3343974affd918dd77965c0b7dd28
pkgname = mun-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2eb103632162..0b82f12ddd91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
pkgname=mun-bin
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
-pkgdesc="A programming language empowering creation through iteration - precompiled binary"
-arch=('x86_64')
+pkgdesc="A programming language empowering creation through iteration - prebuilt binary"
+arch=(x86_64)
url="https://mun-lang.org/"
-license=('MIT')
+license=(MIT)
provides=('mun')
conflicts=('mun' 'mun-git')
depends=('zlib' 'ncurses5-compat-libs' 'libffi6')
source=("https://github.com/mun-lang/mun/releases/download/v${pkgver}/mun-linux64-v${pkgver}.tar.gz")
-md5sums=('905cac450f1ec5772c54549551cbb6b4')
+md5sums=('ceb3343974affd918dd77965c0b7dd28')
package() {
install -Dm755 "$srcdir/mun" "$pkgdir/usr/bin/mun"