summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadPhysicist2017-06-28 23:51:42 -0400
committerMadPhysicist2017-06-28 23:51:42 -0400
commitb6ff4b789722002867b9d6b4d27d060e9b9c7c14 (patch)
tree77eb7dd7d11a9e3f184c962a6eb20d1d763c9470
parentc90024b4848cef7f90fee1eb1caa8c2d4bdae674 (diff)
downloadaur-b6ff4b789722002867b9d6b4d27d060e9b9c7c14.tar.gz
Updated to 9.94.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac1981b0996..d4b841e84a08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 06:14:24 UTC 2017
+# Thu Jun 29 03:51:13 UTC 2017
pkgbase = easyloggingpp
pkgdesc = Robust, thread-safe lightweight single header only C++ logging library
- pkgver = 9.92
+ pkgver = 9.94.2
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.92/easyloggingpp_v9.92.tar.gz
- sha1sums = 27436c2bd48b9870e08938aa220319ea161566f8
+ source = https://github.com/easylogging/easyloggingpp/releases/download/v9.94.2/easyloggingpp_v9.94.2.tar.gz
+ sha1sums = fbd4ac4d3c2b7a341c3d88c6e5d47a6cd79303d7
pkgname = easyloggingpp
diff --git a/PKGBUILD b/PKGBUILD
index 9ca7ee8a0503..be984c30835c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MadPhysicist <jfoxrabinovitz at gmail dot com>
_shortname=easylogging
pkgname=${_shortname}pp
-pkgver=9.92
+pkgver=9.94.2
pkgrel=1
pkgdesc='Robust, thread-safe lightweight single header only C++ logging library'
arch=('any')
@@ -18,13 +18,13 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/${_shortname}/${pkgname}/releases/download/${pkgver}/${pkgname}_v${pkgver}.tar.gz")
+source=("https://github.com/${_shortname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}.tar.gz")
noextract=()
-sha1sums=('27436c2bd48b9870e08938aa220319ea161566f8')
+sha1sums=('fbd4ac4d3c2b7a341c3d88c6e5d47a6cd79303d7')
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"
+ install -Dm644 "${srcdir}/CHANGELOG.txt" "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG"
}