[arch-commits] Commit in emacs-apel/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Apr 11 16:25:56 UTC 2022


    Date: Monday, April 11, 2022 @ 16:25:56
  Author: spupykin
Revision: 1185861

upgpkg: emacs-apel 10.8.20201107-1

Modified:
  emacs-apel/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-11 16:24:07 UTC (rev 1185860)
+++ PKGBUILD	2022-04-11 16:25:56 UTC (rev 1185861)
@@ -2,9 +2,9 @@
 # Contributor: Ismael Barros (RazZziel) <razielmine at gmail.com>
 
 pkgname=emacs-apel
-pkgver=10.8.20170122
-_commit=339eb28ffae3165255a79de9b1fd362f43cd37c3
-pkgrel=2
+pkgver=10.8.20201107
+_commit=4e3269b6e702db2dba48cf560563ac883e81e3bf
+pkgrel=1
 pkgdesc="A library for making portable Emacs Lisp programs."
 arch=(any)
 url="https://github.com/wanderlust/apel"
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('emacs')
 makedepends=('git')
-source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=${_commit}")
+source=("apel-$pkgver::git+https://github.com/wanderlust/apel#commit=${_commit}")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list