diff options
author | sga013 | 2024-11-17 23:39:50 +0530 |
---|---|---|
committer | sga013 | 2024-11-17 23:39:50 +0530 |
commit | aba33493cb60052e388b7d3d839442eb150b8602 (patch) | |
tree | 8db9af4160739db4bf599a5f2a3052f9c6519825 /.SRCINFO | |
download | aur-python-pdftitle.tar.gz |
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..cba884db95a7 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = python-pdftitle + pkgdesc = pdftitle is a small utility to extract the title from a PDF file + pkgver = 0.16 + pkgrel = 1 + url = https://github.com/metebalci/pdftitle + arch = any + license = GPLv3 + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python + depends = python-pdfminer + source = https://files.pythonhosted.org/packages/b1/3b/7a71962cc31c515562256361cce465a349ce3531f6484bf30fef2baa9ca6/pdftitle-0.16.tar.gz + sha256sums = 6b036efefc7045799e3c677a0d5c0694ce0d294e0feb6c219ba77dbd3f86e8f8 + +pkgname = python-pdftitle |