summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadPhysicist2017-02-03 01:15:08 -0500
committerMadPhysicist2017-02-03 01:15:08 -0500
commitc90024b4848cef7f90fee1eb1caa8c2d4bdae674 (patch)
tree3e542e09862a9b7bb58e88096d153421477300f6
parent0160afd5f0ac337c9485a56610b394c27e56faff (diff)
downloadaur-c90024b4848cef7f90fee1eb1caa8c2d4bdae674.tar.gz
Updated to version 9.92
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd89e5b6761d..dac1981b0996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 06:04:26 UTC 2016
+# Fri Feb 3 06:14:24 UTC 2017
pkgbase = easyloggingpp
pkgdesc = Robust, thread-safe lightweight single header only C++ logging library
- pkgver = 9.88
+ pkgver = 9.92
pkgrel = 1
url = https://github.com/easylogging/easyloggingpp
arch = any
license = custom
optdepends = gcc: compiler that supports C++11
- source = https://github.com/easylogging/easyloggingpp/releases/download/9.88/easyloggingpp_v9.88.tar.gz
- sha1sums = 9f465090d725508ef41779ca77c6d92894677caf
+ source = https://github.com/easylogging/easyloggingpp/releases/download/9.92/easyloggingpp_v9.92.tar.gz
+ sha1sums = 27436c2bd48b9870e08938aa220319ea161566f8
pkgname = easyloggingpp
diff --git a/PKGBUILD b/PKGBUILD
index b74ee23dd7e4..9ca7ee8a0503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MadPhysicist <jfoxrabinovitz at gmail dot com>
_shortname=easylogging
pkgname=${_shortname}pp
-pkgver=9.88
+pkgver=9.92
pkgrel=1
pkgdesc='Robust, thread-safe lightweight single header only C++ logging library'
arch=('any')
@@ -20,10 +20,11 @@ install=
changelog=
source=("https://github.com/${_shortname}/${pkgname}/releases/download/${pkgver}/${pkgname}_v${pkgver}.tar.gz")
noextract=()
-sha1sums=('9f465090d725508ef41779ca77c6d92894677caf')
+sha1sums=('27436c2bd48b9870e08938aa220319ea161566f8')
package() {
install -Dm644 "${srcdir}/LICENCE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "${srcdir}/easylogging++.h" "${pkgdir}/usr/include/easylogging++.h"
+ install -Dm644 "${srcdir}/easylogging++.cc" "${pkgdir}/usr/include/easylogging++.cc"
install -Dm644 "${srcdir}/RELEASE-NOTES.txt" "${pkgdir}/usr/share/doc/${pkgname}/RELEASE-NOTES"
}