summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGurkirat Singh2023-08-21 05:00:10 +0530
committerGurkirat Singh2023-08-21 05:00:10 +0530
commit90edfacc97ccc88c04424d0e7ef99a4a68fcfc83 (patch)
treefe6d4c564aaf7a89bd68f84002077d8457f336a1
parentdc8f3dc57b454eac941d29eee59420a2a4cb58dc (diff)
downloadaur-90edfacc97ccc88c04424d0e7ef99a4a68fcfc83.tar.gz
Revert "fix url"
This reverts commit dc8f3dc57b454eac941d29eee59420a2a4cb58dc.
-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")