summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2024-06-01 10:28:13 +0200
committerGuilhem Saurel2024-06-01 10:29:31 +0200
commitf9adce87c9977d77b53ba07c8b119a1872754a83 (patch)
tree1c34e69780102a3d8cf236a6e33ecb9c46c5cf83
parent3908bc71ca575a3b0441c00ccae58f6c0e030367 (diff)
downloadaur-proxsuite-git.tar.gz
#322 merged upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46acad860772..c2b5a80b235b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = proxsuite-git
pkgdesc = The Advanced Proximal Optimization Toolbox
- pkgver = 0.6.4.r1799.
+ pkgver = 0.6.4.r1800.f9c2b5c
pkgrel = 1
url = https://github.com/Simple-Robotics/proxsuite
arch = any
license = BSD-2-Clause
makedepends = cmake
+ makedepends = git
depends = eigen
depends = simde
provides = proxsuite
conflicts = proxsuite
- source = proxsuite::git+https://github.com/nim65s/proxsuite.git
+ source = proxsuite::git+https://github.com/Simple-Robotics/proxsuite.git
sha256sums = SKIP
pkgname = proxsuite-git
diff --git a/PKGBUILD b/PKGBUILD
index f384bc4621b9..b165881a9c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _org='Simple-Robotics'
_pkgname='proxsuite'
_pkgver=0.6.4
pkgname="$_pkgname-git"
-pkgver=0.6.4.r1799.
+pkgver=0.6.4.r1800.f9c2b5c
pkgrel=1
pkgdesc="The Advanced Proximal Optimization Toolbox"
@@ -13,10 +13,10 @@ url="https://github.com/$_org/$_pkgname"
license=('BSD-2-Clause')
depends=('eigen' 'simde')
optdepends=()
-makedepends=('cmake')
+makedepends=('cmake' 'git')
conflicts=('proxsuite')
provides=('proxsuite')
-source=("$_pkgname"::"git+https://github.com/nim65s/proxsuite.git")
+source=("$_pkgname"::"git+$url.git")
sha256sums=('SKIP')
pkgver() {
@@ -24,7 +24,7 @@ pkgver() {
}
prepare() {
- git -C "$_pkgname" checkout arch
+ git -C "$_pkgname" checkout devel
git -C "$_pkgname" submodule update --init --recursive
}