summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-07 13:55:35 +0200
committerGoliathLabs2020-07-07 13:55:35 +0200
commitd42461efda38ad2f6f15b87a11c5bd50866246a6 (patch)
treec4bd4fec11652ad1e18b08df8b6426d7708b9a06
parent7f9306894e8ff70cece2b79c5488679f6f29acea (diff)
downloadaur-d42461efda38ad2f6f15b87a11c5bd50866246a6.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc828db53f63..b97b62674528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ctypes-sh
pkgdesc = ctypes.sh is a bash plugin that allows you to call routines in shared libraries from within bash
pkgver = 1.1
pkgrel = 1
- url = http://ctypes.sh/
+ url = https://github.com/taviso/ctypes.sh/wiki
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index eb4ba3ea41e6..fa6092e88aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.1
pkgrel=1
pkgdesc="ctypes.sh is a bash plugin that allows you to call routines in shared libraries from within bash"
arch=('i686' 'x86_64')
-url="http://ctypes.sh/"
+url="https://github.com/taviso/ctypes.sh/wiki"
license=('MIT')
depends=('bash' 'libffi')
source=("https://github.com/taviso/ctypes.sh/releases/download/v${pkgver}/ctypes-sh-${pkgver}.tar.gz")
@@ -24,5 +24,5 @@ check() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}