summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b4c16e5fa7c..471b3067f80c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Jon Eyolfson <jon@eyl.io>
+# Maintainer: hamki <hamki.do2000@gmail.com>
+# Contributor: Jon Eyolfson <jon@eyl.io>
# Contributor: Chirantan EKbote <chirantan.ekbote at gmail.com>
# Contributor: megadriver <megadriver at gmx dot com>
pkgname=emacs-helm
-pkgver=3.2
+pkgver=3.7.1
pkgrel=1
pkgdesc="Incremental completion and selection narrowing framework for Emacs"
url="https://github.com/emacs-helm/helm"
arch=('any')
license=('GPL3')
depends=('emacs' 'emacs-async')
-makedepends=('git')
-provides=('emacs-helm')
-conflicts=('emacs-helm')
-source=("https://github.com/emacs-helm/helm/archive/v${pkgver}.tar.gz")
-sha256sums=('a782e7312cc48ca1c438aa68e9efa900c23b1da6f0c60db5516da21aa209d6dd')
+makedepends=()
+provides=()
+conflicts=()
+source=("https://github.com/emacs-helm/helm/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('bb2b442f6b8c6d6b213c27316149a0a6d61cef62e91afa46fbc467fa8956d016')
build() {
cd "${srcdir}/helm-${pkgver}"