diff options
author | Jonathan Shreckengost | 2021-06-27 23:55:36 -0400 |
---|---|---|
committer | Jonathan Shreckengost | 2021-06-27 23:55:36 -0400 |
commit | dd63a758f0ef57bd257b8b63b444d17679ce5c15 (patch) | |
tree | 75491a0910cdbc26827ad09926d61f87cd89d435 /PKGBUILD | |
parent | 0a7109886b37446aa6b9bcb400090d00dff2dbfc (diff) | |
download | aur-libbfio-git.tar.gz |
Updated the package version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,8 @@ -# Maintainer: Davide Depau <davide@depau.eu> +# Maintainer: Jonathan Shreckengost <jonathanshrek@gmail.com> # Contributor: Jaryl Chng <mrciku@gmail.com> -pkgname=libbfio-git -pkgver=20191230.07a22b0 +pkgname='libbfio-git' +pkgver='20210624.bfa1f2f' pkgrel=1 pkgdesc='Library to provide basic file input/output abstraction' arch=('any') @@ -41,3 +41,4 @@ package() { cd "$_gitname" make DESTDIR="$pkgdir/" install } + |