summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
committerLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
commit5e07eea32caec0827fbc6425a6997040e5820526 (patch)
tree4b854a17026f39c85a259d5422e5108d9e409fe4
parent8d9c8566e5927fa907487d87f8a4b8656ded70ed (diff)
downloadaur-5e07eea32caec0827fbc6425a6997040e5820526.tar.gz
Repo update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d735744253ea..11db4d56d387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = libctl-git
pkgdesc = Guile-based library implementing flexible control files for scientific simulations
- pkgver = 4.0.0.r5.g8ef00d7
+ pkgver = 4.5.1.r1.g069e736
pkgrel = 1
- url = https://github.com/stevengj/libctl
+ url = https://github.com/NanoComp/libctl
arch = i686
arch = x86_64
license = GPL2
depends = guile
depends = gcc-fortran
- provides = libctl
+ provides = libctl=4.5.1.r1.g069e736
conflicts = libctl
options = !libtool
- source = git+https://github.com/stevengj/libctl.git
+ source = git+https://github.com/NanoComp/libctl.git
sha256sums = SKIP
pkgname = libctl-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 39bf8e7e7fdf..7b9ae87216ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=libctl-git
-pkgver=4.0.0.r5.g8ef00d7
+pkgver=4.5.1.r1.g069e736
pkgrel=1
pkgdesc='Guile-based library implementing flexible control files for scientific simulations'
arch=('i686' 'x86_64')
-url='https://github.com/stevengj/libctl'
+url='https://github.com/NanoComp/libctl'
license=('GPL2')
depends=('guile' 'gcc-fortran')
options=('!libtool')
-provides=('libctl')
+provides=("libctl=${pkgver}")
conflicts=('libctl')
-source=('git+https://github.com/stevengj/libctl.git')
+source=('git+https://github.com/NanoComp/libctl.git')
sha256sums=('SKIP')
pkgver() {