summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2022-07-24 22:35:01 +0200
committerVincent Bernardoff2022-07-24 22:35:01 +0200
commitb2af1e43af83d7379d5efd161744c60ac136dce3 (patch)
tree240a18f78709f7139c04bf5811745b646ae57580
parentea3527df0d30207e9684f284ad454a7382e050be (diff)
downloadaur-b2af1e43af83d7379d5efd161744c60ac136dce3.tar.gz
minor
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 479a5fae291f..249f19bc8383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ta-lib-git
pkgdesc = A library providing common functions for the technical analysis of financial market data
- pkgver = v0.6.0.rc.1.r3.ga61875c1
+ pkgver = v0.6.0.rc.1.r8.g6d0abee8
pkgrel = 1
url = https://github.com/vbmithr/ta-lib
arch = i686
@@ -14,10 +14,9 @@ pkgbase = ta-lib-git
makedepends = automake
makedepends = m4
makedepends = make
- source = ta-lib::git+https://github.com/vbmithr/ta-lib
+ source = git+https://github.com/vbmithr/ta-lib
source = LICENSE
sha256sums = SKIP
sha256sums = 10ddcfc0d685173fdee2d7e8791540bb1a8526a0f66f7795bdf7dad23457b10e
pkgname = ta-lib-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2a6a61a60cc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.pkg.tar.*
+ta-lib \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 8dbd6be4c96f..5b89e1eab365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vincent Bernardoff <va AT luminar.eu.org>
pkgname=ta-lib-git
-pkgver=v0.6.0.rc.1.r3.ga61875c1
+pkgver=v0.6.0.rc.1.r8.g6d0abee8
pkgrel=1
pkgdesc='A library providing common functions for the technical analysis of financial market data'
url='https://github.com/vbmithr/ta-lib'
license=('BSD')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
makedepends=('git' 'autoconf' 'automake' 'm4' 'make')
-source=(${pkgname%-git}::git+https://github.com/vbmithr/ta-lib
+source=("git+https://github.com/vbmithr/ta-lib"
'LICENSE')
sha256sums=('SKIP'
'10ddcfc0d685173fdee2d7e8791540bb1a8526a0f66f7795bdf7dad23457b10e')