summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-23 18:03:34 +0000
committerBioArchLinuxBot2023-10-23 18:03:34 +0000
commit26fc0aaef00222c13bdfa5e7429e3070ce51dc5b (patch)
treedc93db7452c26a39b04f800768670240a3ae491d /PKGBUILD
parent0d35e0b2cd61feef96c12f33fbb5a5d044e7a749 (diff)
downloadaur-libxtend.tar.gz
[lilac] updated to 0.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 007bf5758a51..5e644012364a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bipin Kumar <kbipinkumar@pm.me>
pkgname=libxtend
-pkgver=0.1.9
+pkgver=0.2.0
pkgrel=1
pkgdesc="A library of miscellaneous generic C functions"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/outpaddling/libxtend"
license=('BSD-2')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/outpaddling/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('ef3a3c6f6272391416fd3712893cb90d8350278494216acbe3249c77b175f1a8')
+sha256sums=('ffd35bcc1188054fb51b6c9920d1597285a15a816f5386cf924c2193e3f87c32')
build() {
cd "$pkgname-$pkgver"