summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2023-01-29 18:36:52 +0100
committerSebastian 'Swift Geek' Grzywna2023-01-29 18:36:52 +0100
commitfbe7f96cc0c17996dbf8cb61175318879dcc4bac (patch)
tree671b53570cfdc0cee070ec66822c8b93b4c24e76
parentd6cfbf8ecd153ccb460a00484075e536cedb67bb (diff)
downloadaur-fbe7f96cc0c17996dbf8cb61175318879dcc4bac.tar.gz
Update URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76fcdd4b3e3a..233eff603100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 16 11:12:46 UTC 2018
+# Sun Jan 29 17:36:26 UTC 2023
pkgbase = iotools-git
pkgdesc = a suite of tools for reading and writing hardware registers
pkgver = a
@@ -9,7 +9,7 @@ pkgbase = iotools-git
arch = x86_64
license = GPL
makedepends = git
- source = git://github.com/adurbin/iotools.git
+ source = git+https://github.com/adurbin/iotools.git
md5sums = SKIP
pkgname = iotools-git
diff --git a/PKGBUILD b/PKGBUILD
index fe77165ffd20..0cf2d543c871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/adurbin/iotools"
license=('GPL')
#depends=('')
makedepends=('git')
-source=("git://github.com/adurbin/iotools.git")
+source=("git+https://github.com/adurbin/iotools.git")
md5sums=('SKIP')
pkgver() {
@@ -20,6 +20,7 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
unset CPPFLAGS
+ #CFLAGS="$CFLAGS -static"
make
}