diff options
Diffstat (limited to 'community/drawterm/APKBUILD')
-rw-r--r-- | community/drawterm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/drawterm/APKBUILD b/community/drawterm/APKBUILD index f06a132b54..6ab65eb41b 100644 --- a/community/drawterm/APKBUILD +++ b/community/drawterm/APKBUILD @@ -12,7 +12,7 @@ options="!check" makedepends="linux-headers libx11-dev libxt-dev" install="" subpackages="$pkgname-dbg" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz +source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz fix-off-by-one.patch respect-env.patch" |