diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-23 16:04:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-23 16:04:39 -0400 |
commit | 1fc39b5be3f6b89ce2a026442a9dd0b31701c4a4 (patch) | |
tree | 4be538dba37a92d6af41928a3b7b79bd828fc27d /~lukeshu | |
parent | 5aa0ee96b99fb7aee36f62a1f7748c3b10481944 (diff) | |
download | abslibre-1fc39b5be3f6b89ce2a026442a9dd0b31701c4a4.tar.gz abslibre-1fc39b5be3f6b89ce2a026442a9dd0b31701c4a4.tar.bz2 abslibre-1fc39b5be3f6b89ce2a026442a9dd0b31701c4a4.zip |
update ~lukeshu/emacsutils-git
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/emacsutils-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/~lukeshu/emacsutils-git/PKGBUILD b/~lukeshu/emacsutils-git/PKGBUILD index 3ade5d27f..4553d9c38 100644 --- a/~lukeshu/emacsutils-git/PKGBUILD +++ b/~lukeshu/emacsutils-git/PKGBUILD @@ -4,8 +4,8 @@ _pkgname=emacsutils pkgname=$_pkgname-git _pkgver=0.9 -pkgver=20170128 -_gitver='commit=3f075458f0f80d53569302795887c41122478c26' +pkgver=20170716 +_gitver='commit=efecac8688ffd15e292a9cca722e16bdb97795e6' pkgdesc="Utilities for interacting with GNU Emacs from a *NIX environment" url="https://lukeshu.com/git/$_pkgname.git" license=('GPL3') @@ -18,7 +18,7 @@ arch=('any') depends=('emacs') source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('94f694263ce6e4081c6f1a44e4aeb4e0') +md5sums=('521559ae048f29361fe786ce6f25e3b6') mkdepends=('git') mksource=(".$pkgname-$pkgver::git://git.lukeshu.com/$_pkgname.git#$_gitver") |