summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b1f3bb46ac..8933fc08619c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname=libuev
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Lightweight event loop library'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc')
provides=('libuev.so=3-64')
conflicts=('libuev.so')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('671ce75d06b2620535171bfe1751db0511a19dfcc791d4f0f0c3cb53bf237b3a')
+sha256sums=('aeeca1889a65ee1927845676da2c23f34e4c3ae770dedce8313dc6088bd92d52')
build() {
cd "$pkgname-$pkgver"