summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLambdAurora2018-11-16 22:56:14 +0100
committerLambdAurora2018-11-16 22:56:14 +0100
commit49ed9c4667249716aa3914c9fc25e1504977cfa4 (patch)
treec09102d806ffd0296458e7bd59c1a29ea6223bcc
parent9a2a97acfa968791dc4cabfb427b76feb2d714d9 (diff)
downloadaur-49ed9c4667249716aa3914c9fc25e1504977cfa4.tar.gz
λcommon v1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a2e9212950..a48964a8f529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lambdacommon
pkgdesc = A library written in C++ with common features.
- pkgver = 1.7.0
+ pkgver = 1.8.4
pkgrel = 1
- url = https://github.com/AperLambda/lambdacommon
+ url = https://aperlambda.github.io/libraries/lambdacommon/
arch = i686
arch = x86_64
arch = armv7h
license = MIT
makedepends = cmake
conflicts = lambdacommon-git
- source = https://github.com/AperLambda/lambdacommon/archive/v1.7.0.tar.gz
+ source = https://github.com/AperLambda/lambdacommon/archive/v1.8.4.tar.gz
md5sums = SKIP
pkgname = lambdacommon
diff --git a/PKGBUILD b/PKGBUILD
index 9a33beb61879..4d65da2be992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: LambdAurora <aurora42lambda@gmail.com>
pkgname=lambdacommon
-pkgver=1.7.0
+pkgver=1.8.4
pkgrel=1
pkgdesc="A library written in C++ with common features."
arch=('i686' 'x86_64' 'armv7h')
-url="https://github.com/AperLambda/lambdacommon"
+url="https://aperlambda.github.io/libraries/lambdacommon/"
license=('MIT')
makedepends=('cmake')
conflicts=('lambdacommon-git')