Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
emacs-haskell-mode


Commits:
d4dbd13d by Sergej Pupykin at 2023-09-08T19:16:47+03:00
upgpkg: 17.4-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,35 +2,35 @@
 # Contributor: Gleidson <[email protected]>
 
 pkgname=emacs-haskell-mode
-pkgver=17.2
-pkgrel=3
-_commit=20d4e2300302a9af673e82d0185d3f489bfb0f59
+pkgver=17.4
+pkgrel=1
+#_commit=20d4e2300302a9af673e82d0185d3f489bfb0f59
 pkgdesc="Haskell mode package for Emacs"
 arch=(any)
 license=('GPL')
 url="https://github.com/haskell/haskell-mode";
 install=emacs-haskell-mode.install
 makedepends=('emacs')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/$pkgver.tar.gz)
-source=($pkgname-${_commit}.tar.gz::https://github.com/haskell/haskell-mode/archive/${_commit}.tar.gz)
-sha256sums=('22b9f31c554bac1591ec52d2c459ae96ff89e076f5857ee29d03df1ead7ccb08')
+source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/refs/tags/v$pkgver.tar.gz)
+#source=($pkgname-${_commit}.tar.gz::https://github.com/haskell/haskell-mode/archive/${_commit}.tar.gz)
+sha256sums=('c52ed3754df85501559067f85f09f59ca22c5df6392e0af28edaa754b9d61d78')
 
 prepare() {
-#  cd "$srcdir"/haskell-mode-$pkgver
-  cd "$srcdir"/haskell-mode-${_commit}
-  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' 
Makefile
+  cd "$srcdir"/haskell-mode-$pkgver
+#  cd "$srcdir"/haskell-mode-${_commit}
+#  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' 
Makefile
 }
 
 build() {
-#  cd "$srcdir"/haskell-mode-$pkgver
-  cd "$srcdir"/haskell-mode-${_commit}
+  cd "$srcdir"/haskell-mode-$pkgver
+#  cd "$srcdir"/haskell-mode-${_commit}
   export EMACS=/usr/bin/emacs
   make
 }
 
 package() {
-#  cd "$srcdir"/haskell-mode-$pkgver
-  cd "$srcdir"/haskell-mode-${_commit}
+  cd "$srcdir"/haskell-mode-$pkgver
+#  cd "$srcdir"/haskell-mode-${_commit}
 
   install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode
   install -m0644 *.el -t "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emacs-haskell-mode/-/commit/d4dbd13d257c7eeee938d07d57156cb57401532b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emacs-haskell-mode/-/commit/d4dbd13d257c7eeee938d07d57156cb57401532b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to