summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-10-27 10:24:42 -0400
committerAndrew Sun2018-10-27 10:24:42 -0400
commit90376292342955a62be4ed9219823430a1fd251a (patch)
tree8780ae888885418234b914d082bd0fd1b8d4dbcb /PKGBUILD
parentc8b299929ac7daee7f183a1161728dc6761fd973 (diff)
downloadaur-90376292342955a62be4ed9219823430a1fd251a.tar.gz
libhugetlbfs: update to 2.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6b2d9771f7f..789d614d8823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Philipp Classen <philipp.classen@posteo.de>
+# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Contributor: Philipp Classen <philipp.classen@posteo.de>
# Original maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
# Contributor: Jose Neder <jlneder(at)gmail(dot)com>
pkgname=libhugetlbfs
-pkgver=2.20
+pkgver=2.21
pkgrel=1
pkgdesc='interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.'
url='https://github.com/libhugetlbfs/libhugetlbfs'
@@ -12,7 +13,7 @@ depends=(perl)
checkdepends=(python2)
license=(GPL)
source=(https://github.com/libhugetlbfs/libhugetlbfs/releases/download/$pkgver/libhugetlbfs-$pkgver.tar.gz)
-sha1sums=('279b372fb4da4294946308928f1112e9be5ae6b8')
+sha1sums=('8ed79a12d07be1e858ef4e0148ab1f4115094ef6')
_options='BUILDTYPE=NATIVEONLY'
if [ "$CARCH" = "x86_64" ]; then