summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEhsan Ghorbannezhad2022-02-08 16:58:37 +0330
committerEhsan Ghorbannezhad2022-02-08 16:58:37 +0330
commit823db1731a2a6b1d460ab947784dcabf1598cd8a (patch)
treeec663217bf1963e02af817299f9fd97fdad6c874 /PKGBUILD
parentb153124e1ca5ff1428f22d7bd8837d7c6615e60e (diff)
downloadaur-823db1731a2a6b1d460ab947784dcabf1598cd8a.tar.gz
remove the unneeded provides() and conflicts() arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24bd3d41cfed..9e735e4e6c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
-# Maintainer: Ehsan Ghorbannezad <ehsangn@protonmail.ch>
-_pkgname='mdpdf'
-pkgname="${_pkgname}-git"
+# Maintainer: Ehsan Ghorbannezad <ehsan at disroot dot org>
+_pkgname=mdpdf
+pkgname=$_pkgname-git
pkgver=r9.1beff75
-pkgrel=1
+pkgrel=2
pkgdesc='a shell script for converting markdown to pdf using lowdown. '
+url=https://github.com/soystemd/mdpdf
arch=(x86_64)
-url='https://github.com/soystemd/mdpdf'
license=(GPL)
makedepends=(git)
depends=(lowdown)
optdepends=('zathura: for opening pdfs after markdown compilation')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
source=("git+$url.git")
-md5sums=('SKIP')
+md5sums=(SKIP)
pkgver() {
cd "$_pkgname"