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

Frederik Schwan freswa at archlinux.org
Wed Oct 7 20:02:27 UTC 2020


    Date: Wednesday, October 7, 2020 @ 20:02:27
  Author: freswa
Revision: 720919

implement FS#68143

Modified:
  ecb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 20:01:00 UTC (rev 720918)
+++ PKGBUILD	2020-10-07 20:02:27 UTC (rev 720919)
@@ -2,20 +2,17 @@
 
 pkgname=ecb
 pkgver=2.40.1pre
-pkgrel=11
-_commit=071706b22efcfeb65da8381e317220d7f9d8cb54
+pkgrel=12
+_commit=1330a44cf3c171781083b0b926ab7622f64e6e81
 pkgdesc="Emacs Code Browser"
 arch=('any')
-url="http://ecb.sourceforge.net/"
+url="https://github.com/ecb-home/ecb"
 depends=('emacs')
 makedepends=('git')
 license=('GPL')
 install=ecb.install
-#source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
-#source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
-#source=(git://github.com/emacsmirror/ecb.git)
-source=("git://github.com/alexott/ecb.git#commit=${_commit}")
-md5sums=('SKIP')
+source=("git+https://github.com/ecb-home/ecb.git#commit=${_commit}")
+sha256sums=('SKIP')
 
 build() {
   cd "$srcdir"/$pkgname



More information about the arch-commits mailing list