summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d6ce7fcef5..6a3dcdae1b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = emacs-helm
pkgdesc = Incremental completion and selection narrowing framework for Emacs
- pkgver = 3.2
+ pkgver = 3.7.1
pkgrel = 1
url = https://github.com/emacs-helm/helm
arch = any
license = GPL3
- makedepends = git
+ makedepends = make
depends = emacs
depends = emacs-async
- provides = emacs-helm
- conflicts = emacs-helm
- source = https://github.com/emacs-helm/helm/archive/v3.2.tar.gz
- sha256sums = a782e7312cc48ca1c438aa68e9efa900c23b1da6f0c60db5516da21aa209d6dd
+ source = https://github.com/emacs-helm/helm/archive/refs/tags/v3.7.1.tar.gz
+ sha256sums = bb2b442f6b8c6d6b213c27316149a0a6d61cef62e91afa46fbc467fa8956d016
pkgname = emacs-helm
-
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}"