summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee6614badfa..f2c602f3453f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = djvu2pdf
pkgdesc = A small script to convert DjVu files to PDF files
pkgver = 0.9.2
pkgrel = 1
- url = http://0x2a.at/s/projects/djvu2pdf
+ url = https://0x2a.at/site/projects/djvu2pdf/
arch = any
license = GPL
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index af3dd7da8767..2a8f4f2f8c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.9.2
pkgrel=1
pkgdesc="A small script to convert DjVu files to PDF files"
arch=('any')
-url="http://0x2a.at/s/projects/djvu2pdf"
+url="https://0x2a.at/site/projects/djvu2pdf/"
license=('GPL' 'LGPL')
depends=('ghostscript' 'netpbm' 'djvulibre')
source=("http://0x2a.at/site/projects/$pkgname/$pkgname-$pkgver.tar.gz")