summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-08-31 05:31:02 +0800
committerlilac2021-08-31 05:31:02 +0800
commitf363fac9f53d126f7c4e35f81fe8af6435442cae (patch)
tree9fe4dceab6208762699fe8fd091f9812581f2e71 /PKGBUILD
parent76ff3e4a2d74b947df6dd4280f0ec16f26e5ab69 (diff)
downloadaur-f363fac9f53d126f7c4e35f81fe8af6435442cae.tar.gz
[lilac] updated to 0.5.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b670395e447..0e1a1f59f487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lilydjwg <lilydjwg@gmail.com>
pkgname=fbcat
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.2
+pkgrel=1
pkgdesc="A framebuffer screenshot grabber"
arch=(i686 x86_64)
url="https://github.com/jwilk/fbcat"
@@ -10,7 +10,7 @@ optdepends=('imagemagick: for fbgrab' 'netpbm: for fbgrab' 'graphicsmagick: for
makedepends=('docbook-xsl')
source=(https://github.com/jwilk/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
conflicts=('fbgrab')
-md5sums=('944fd3854bfe00971bfcd830f6c94497')
+md5sums=('b54912af77a865f550cab9f54f840f54')
build() {
cd $srcdir/${pkgname}-${pkgver}