diff options
author | haawda | 2022-02-20 17:05:35 +0100 |
---|---|---|
committer | haawda | 2022-02-20 17:05:35 +0100 |
commit | 86d5ae515d499d70d0b52696adc77ca14c527ee0 (patch) | |
tree | 5e34de1dd049065e67d64f7fb9ef7e245f483215 /PKGBUILD | |
parent | b05f654f3a4a746de7c403d0487586694da2b52e (diff) | |
download | aur-86d5ae515d499d70d0b52696adc77ca14c527ee0.tar.gz |
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,20 +2,20 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=emacs-bookmarkplus -pkgver=2021.04.18 +pkgver=2021.09.19.r15072 pkgrel=1 pkgdesc="Bookmark+ package, which enhances vanilla Emacs bookmarks in many ways" url="https://github.com/emacsmirror/bookmark-plus.git" license=('GPL3') arch=('any') depends=('emacs') -makedepends=('git') -source=($pkgname::git+https://github.com/emacsmirror/bookmark-plus.git#commit=bd56210898498be3aa4cea4777529abc92378359) +makedepends=('git' 'awk') +source=($pkgname::git+https://github.com/emacsmirror/bookmark-plus.git#commit=d03fb70a85d952383c41ffb3728668d4f28da0a5) md5sums=('SKIP') pkgver() { cd $pkgname - awk '/Version/ {print $3}' bookmark+.el + printf %s.r%s $(awk '/Version/ {print $3}' bookmark+.el) $(awk '/Update / {print $4}' bookmark+.el) } build() { |