summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2020-04-02 10:57:27 +0200
committerzoe2020-04-02 10:57:27 +0200
commitd9cc103e1a6eb5495f753645a2fbd09aca1f09e1 (patch)
treeb701b54f3c670d56a21389264a5a8cc84d40fd99
parent102e6a35aa287dfa9870fc597891ff50104f74a4 (diff)
downloadaur-d9cc103e1a6eb5495f753645a2fbd09aca1f09e1.tar.gz
file .install added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8eb433308e..0781c8270d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = pdfcropmargins
pkgdesc = Automatically crops the margins of PDF files
pkgver = 0.2.6
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.org/project/pdfCropMargins/
+ install = pdfcropmargins.install
arch = any
license = GPL
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index e020b78a20a4..7cc155127f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pdfcropmargins
PkgName=pdfCropMargins
pkgver=0.2.6
-pkgrel=3
+pkgrel=4
pkgdesc="Automatically crops the margins of PDF files"
arch=('any')
depends=('python-setuptools' 'python-wheel' 'python-pysimplegui' 'python-pymupdf' 'ghostscript' 'poppler')
@@ -13,6 +13,7 @@ source=("https://files.pythonhosted.org/packages/c2/33/622baca4910c48c9d4b29d804
"pdfcropmargins.install")
md5sums=('ec662f0d5ebc99a9d97a63526fefbbfd'
'9b69f16be9c0ae096f9a00469cd746e1')
+install=${pkgname}.install
build() {
cd $srcdir/$PkgName-$pkgver