summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f5c62b776e5..9eab5dc9f02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,9 @@ url="https://jwilk.net/software/pdf2djvu"
license=('GPL')
depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
makedepends=('python2-nose' 'ttf-liberation' 'boost')
-source=(https://github.com/jwilk/pdf2djvu/releases/download/${pkgver}/pdf2djvu-${pkgver}.tar.xz{,.asc})
+source=(https://github.com/jwilk/pdf2djvu/releases/download/${pkgver}/pdf2djvu-${pkgver}.tar.xz)
sha256sums=('42a855585f9152fad5f1848cc1b0c71a6a102170c452530ba30efef3c602aa6f')
-
build() {
cd ${pkgname}-${pkgver}