summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-10-27 10:24:42 -0400
committerAndrew Sun2018-10-27 10:24:42 -0400
commit90376292342955a62be4ed9219823430a1fd251a (patch)
tree8780ae888885418234b914d082bd0fd1b8d4dbcb
parentc8b299929ac7daee7f183a1161728dc6761fd973 (diff)
downloadaur-90376292342955a62be4ed9219823430a1fd251a.tar.gz
libhugetlbfs: update to 2.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807bef53494a..d993f4e9db60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 3 20:10:07 UTC 2018
pkgbase = libhugetlbfs
pkgdesc = interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.
- pkgver = 2.20
+ pkgver = 2.21
pkgrel = 1
url = https://github.com/libhugetlbfs/libhugetlbfs
arch = i686
@@ -10,8 +8,8 @@ pkgbase = libhugetlbfs
license = GPL
checkdepends = python2
depends = perl
- source = https://github.com/libhugetlbfs/libhugetlbfs/releases/download/2.20/libhugetlbfs-2.20.tar.gz
- sha1sums = 279b372fb4da4294946308928f1112e9be5ae6b8
+ source = https://github.com/libhugetlbfs/libhugetlbfs/releases/download/2.21/libhugetlbfs-2.21.tar.gz
+ sha1sums = 8ed79a12d07be1e858ef4e0148ab1f4115094ef6
pkgname = libhugetlbfs
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