summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa89a94dd32..d31d880ea734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libfirefly2
pkgdesc = A standalone C++ Library for vectors calculations
pkgver = 2.1.0
- pkgrel = 2
- url = https://github.com/tbhaxor/firefly/tree/v2.1.0#readme
+ pkgrel = 1
+ url = https://libfirefly.tbhaxor.com
arch = x86_64
license = GPL-3.0-or-later
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index b936789a3d56..6993c0ea31b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=libfirefly2
pkgver=2.1.0
-pkgrel=2
+pkgrel=1
pkgdesc='A standalone C++ Library for vectors calculations'
arch=(x86_64)
-url='https://github.com/tbhaxor/firefly/tree/v2.1.0#readme'
+url='https://libfirefly.tbhaxor.com'
license=('GPL-3.0-or-later')
makedepends=('cmake' 'make' 'git')
source=("https://github.com/tbhaxor/firefly/archive/refs/tags/v$pkgver.tar.gz")