diff options
Diffstat (limited to 'community/pidgin-otr/APKBUILD')
-rw-r--r-- | community/pidgin-otr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pidgin-otr/APKBUILD b/community/pidgin-otr/APKBUILD index 87436d854d..0201c95f80 100644 --- a/community/pidgin-otr/APKBUILD +++ b/community/pidgin-otr/APKBUILD @@ -10,7 +10,7 @@ depends="pidgin" makedepends="libotr-dev gtk+-dev intltool pidgin-dev" install= subpackages="$pkgname-lang" -source="http://www.cypherpunks.ca/otr/$pkgname-$pkgver.tar.gz" +source="https://www.cypherpunks.ca/otr/$pkgname-$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" build() { |