summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Boiano2018-10-11 13:09:21 +0200
committerGianluca Boiano2018-10-11 13:09:21 +0200
commitb5b3dbd0bc47023d8bd9ee82fa82acfca4260671 (patch)
tree9bd3bb6c5ceaa0fc7a4a564e8e4c62f639f79d02 /PKGBUILD
parentc3ff506a5b0533314355db8bfcc980b3dfe892cb (diff)
downloadaur-libchardet.tar.gz
libchardet: source fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c030e96d435..29f5c07b5e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MPL')
url="http://ftp.oops.org/pub/oops/libchardet"
depends=('gcc-libs' 'bash')
options=('!libtool')
-source=("https://github.com/Joungkyun/libchardet/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Joungkyun/libchardet/archive/${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,4 +22,5 @@ package() {
make DESTDIR="${pkgdir}" install
}
+
md5sums=('218efba7ae9789202d40fe8133311729')