summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')