diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:27:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-09-21 08:27:54 +0000 |
commit | aa434e103fcba8d41df6559e99cbdd3f96593859 (patch) | |
tree | 8ef8d63875cf6cf3f116a09dcc16d750ee66bfbf /testing | |
parent | ca7ff4eca861f472d0ae2f418bc3099d517ca729 (diff) | |
download | aports-aa434e103fcba8d41df6559e99cbdd3f96593859.tar.bz2 aports-aa434e103fcba8d41df6559e99cbdd3f96593859.tar.xz |
testing/libubox: remove invisible chars from source
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libubox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libubox/APKBUILD b/testing/libubox/APKBUILD index 8df945b5bf..87c1e1978a 100644 --- a/testing/libubox/APKBUILD +++ b/testing/libubox/APKBUILD @@ -12,7 +12,7 @@ depends_dev= makedepends="$depends_dev autoconf cmake json-c-dev" subpackages="$pkgname-dev" install= -source="http://dev.alpinelinux.org/archive/$pgkname/$pkgname-$pkgver.tar.gz +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz json-pkgconf-detect.patch includes.patch " |