diff --git a/ecb/trunk/PKGBUILD b/ecb/trunk/PKGBUILD index 2dd8c0fe34f..dbd7d089e71 100644 --- a/ecb/trunk/PKGBUILD +++ b/ecb/trunk/PKGBUILD @@ -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