summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Downey2020-09-19 20:39:29 -0500
committerJohn Downey2020-09-19 20:39:29 -0500
commit30b9dc3c89505e383665ed1149709aadf31fa2a7 (patch)
treeaa31ad3c5f96abe084dbdec9dfcf1ae6b9406bfc
parent64787073562e036b7ba05a355d153534d8f8da2e (diff)
downloadaur-30b9dc3c89505e383665ed1149709aadf31fa2a7.tar.gz
Update to 0.17 and fix license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d180c2d1482..f5f58e05eced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libnss-cache
pkgdesc = A NSS module for reading directory service information for Linux hosts from an indexed, local disk cache
- pkgver = 0.16
+ pkgver = 0.17
pkgrel = 1
url = https://github.com/google/libnss-cache
arch = x86_64
- license = GPL
- source = https://github.com/google/libnss-cache/archive/version/0.16.tar.gz
- sha256sums = 09099ce2a3becb9cc4c282f7809198ac9707929dbc767030e32da8b824110bfe
+ license = LGPL
+ source = https://github.com/google/libnss-cache/archive/version/0.17.tar.gz
+ sha256sums = 3777cbc46dc8d08144b99321d1f039718cd347d3be8ed66a8cb3722d3e6692f5
pkgname = libnss-cache
diff --git a/PKGBUILD b/PKGBUILD
index f4445032896a..7d0bf5fd5008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: John Downey <jdowney@gmail.com>
pkgname=libnss-cache
-pkgver=0.16
+pkgver=0.17
pkgrel=1
epoch=
pkgdesc="A NSS module for reading directory service information for Linux hosts from an indexed, local disk cache"
arch=("x86_64")
url="https://github.com/google/libnss-cache"
-license=("GPL")
+license=("LGPL")
groups=()
depends=()
makedepends=()
@@ -19,9 +19,9 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/google/libnss-cache/archive/version/0.16.tar.gz")
+source=("https://github.com/google/libnss-cache/archive/version/${pkgver}.tar.gz")
noextract=()
-sha256sums=("09099ce2a3becb9cc4c282f7809198ac9707929dbc767030e32da8b824110bfe")
+sha256sums=("3777cbc46dc8d08144b99321d1f039718cd347d3be8ed66a8cb3722d3e6692f5")
validpgpkeys=()
build() {