diff options
author | aurelien <aurelien@xload.io> | 2014-05-31 10:48:13 +0200 |
---|---|---|
committer | aurelien <aurelien@xload.io> | 2014-05-31 10:48:13 +0200 |
commit | 288e6f5f62011e4211f90aa55fb0e9363c8dc92f (patch) | |
tree | 5095041f9756056f7dc6a635e5ea26e3a6be8107 /pcr/emacs-org-mode | |
parent | c463957e6ad01abc476ec4adc3b49baf6ec4f0f1 (diff) | |
download | abslibre-288e6f5f62011e4211f90aa55fb0e9363c8dc92f.tar.gz abslibre-288e6f5f62011e4211f90aa55fb0e9363c8dc92f.tar.bz2 abslibre-288e6f5f62011e4211f90aa55fb0e9363c8dc92f.zip |
emacs-org-mode
Diffstat (limited to 'pcr/emacs-org-mode')
-rw-r--r-- | pcr/emacs-org-mode/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/emacs-org-mode/PKGBUILD b/pcr/emacs-org-mode/PKGBUILD index dbff05b6b..9655c924c 100644 --- a/pcr/emacs-org-mode/PKGBUILD +++ b/pcr/emacs-org-mode/PKGBUILD @@ -1,7 +1,7 @@ # Contributor (Arch): Jiyunatori <tori_LEAVETHISOUT_@0xc29.net> # Contributor (Arch): mdev # adopted by domanov <domanov_LEAVETHISOUT_@gmail.com> -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@hackers.camp> pkgname=emacs-org-mode _srcname=org @@ -14,7 +14,6 @@ depends=(emacs) license=('GPL') install=emacs-org-mode.install source=(http://orgmode.org/$_srcname-$pkgver.tar.gz) -md5sums=('e79441ff81c176e70230937e09f6042c') build() { cd "${srcdir}/${_srcname}-${pkgver}" @@ -36,4 +35,4 @@ package() { gzip -9 $pkgdir/usr/share/info/orgmode || return 1 rm $pkgdir/usr/share/info/org || return 1 } -md5sums=('e79441ff81c176e70230937e09f6042c') + |