summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d97a41a9fff7..b5f692598c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Martynas Mickevičius <self at 2m dot lt>
pkgname=ucm-bin
-pkgver=M2j
+pkgver=M4
pkgrel=1
pkgdesc='Unison language code manager'
arch=('x86_64')
-url='https://www.unisonweb.org'
+url='https://www.unison-lang.org/'
license=('custom')
-depends=('ncurses5-compat-libs' 'gmp' 'zlib')
+depends=('gmp' 'zlib')
-source=("ucm-$pkgver::https://github.com/unisonweb/unison/releases/download/release/$pkgver/ucm-linux.tar.gz"
+source=("ucm-$pkgver::https://github.com/unisonweb/unison/releases/download/release%2F$pkgver/ucm-linux.tar.gz"
"https://raw.githubusercontent.com/unisonweb/unison/release/$pkgver/LICENSE")
-sha256sums=('a950c6106c71c483fd3c890b081957d24662edda03cba8219391cb4973b07163'
- '6dd1702f5e06317fef9577559ff85dae2aba622b0bc66f18db88c66ffeb693a2')
+sha256sums=('3aab4988a02c79fc367d58e1b6c6147bea8b3ea5c13c590751a321dba109049e'
+ 'b509f7dd073911b831418b6f6f654d16c43abd0fac5c9f12402873ec08849fa4')
package() {
install -D -m755 ucm "$pkgdir/usr/bin/ucm"