diff options
author | géballin | 2021-03-19 00:13:40 +0100 |
---|---|---|
committer | géballin | 2021-03-19 00:13:40 +0100 |
commit | 29f5c2d7ad58f578a7b549fb6594c7d17e2f8f25 (patch) | |
tree | 99bed88debee02e153687baacc2407ed3d3f0c8e /PKGBUILD | |
parent | 391a7beb95723160fe78465c3614ba25e25421e1 (diff) | |
download | aur-29f5c2d7ad58f578a7b549fb6594c7d17e2f8f25.tar.gz |
Update to version 6.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ +# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr> # Contributor: Alex Whitt <alex.joseph.whitt@gmail.com> -# Maintainer: Stefan Husmann <stefan-husmann@t-online.de> +# Contributor: Stefan Husmann <stefan-husmann@t-online.de> _pkgsrcname=find-file-in-project _pkgmaintainer=technomancy _pkgdestdirname=find-file-in-project _versionprefix= -pkgver=5.7.10 +pkgver=6.0.3 pkgrel=1 pkgdesc="Quick access to project files in Emacs" pkgname=emacs-${_pkgdestdirname} @@ -14,7 +15,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}" license=('GPL3') depends=('emacs' 'emacs-swiper') source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz") -sha256sums=('6459ac7e592d5910f3416eaa810bb867af86098de47c93bb3b6c733c7f427bb8') +sha256sums=('f28d8a9401b70a3296fec6c5c984ba92dd0411e457f2d00d12a1461d3c64b827') install=${pkgname}.install build() { |