summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Devaine2020-12-11 08:24:14 +0100
committerMax Devaine2020-12-11 08:24:14 +0100
commit7004c81dde7263f450219425fae89c792d91b106 (patch)
treeec7db88e665cc8f671d3c468b32a01bd02df4559
parent1ab91372e67c3d5492eac677d176ae9adef648c5 (diff)
downloadaur-atinout.tar.gz
patch url fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dd951b4d3d7..07b6290447d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 28 21:10:42 UTC 2020
+# Fri Dec 11 07:24:02 UTC 2020
pkgbase = atinout
pkgdesc = AT commands as input are sent to modem and responses given as output.
pkgver = 0.9.1
diff --git a/PKGBUILD b/PKGBUILD
index 40bc5fa9cf4c..912cc85089d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('4d15c8288aca414e11cd304686b172696104c5e42bf776300311c005634854a2'
build() {
cd ${srcdir}/atinout-$pkgver
- patch -p0 < ../../Makefile.patch
+ patch -p0 < "${srcdir}/Makefile.patch"
make
}