summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorghesy2023-04-24 13:02:04 +0330
committerghesy2023-04-24 13:02:04 +0330
commitbbcb8b79a7f06c1340becb5406d5450c84862a1b (patch)
tree279a2ba2853c1fa47f9570e929506e1ce4cfa498
parent28e6223a81565323d0b8a732281d8317f55d243d (diff)
downloadaur-mdpdf-git.tar.gz
update upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8e75dcaed1..0779ae1aa972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mdpdf-git
pkgdesc = a shell script for converting markdown to pdf using lowdown.
pkgver = r9.1beff75
- pkgrel = 4
- url = https://github.com/ghesy/mdpdf
+ pkgrel = 5
+ url = https://github.com/koonix/mdpdf
arch = x86_64
license = GPL
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = mdpdf-git
optdepends = zathura: for opening pdfs after markdown compilation
provides = mdpdf
conflicts = mdpdf
- source = git+https://github.com/ghesy/mdpdf.git
+ source = git+https://github.com/koonix/mdpdf.git
md5sums = SKIP
pkgname = mdpdf-git
diff --git a/PKGBUILD b/PKGBUILD
index 2258a35c03cc..1d8597b022c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Ehsan Ghorbannezad <ehsan at disroot dot org>
+# Maintainer: koonix <ehsan at disroot dot org>
_pkgname='mdpdf'
pkgname="${_pkgname}-git"
pkgver=r9.1beff75
-pkgrel=4
+pkgrel=5
pkgdesc='a shell script for converting markdown to pdf using lowdown.'
-url=https://github.com/ghesy/mdpdf
+url=https://github.com/koonix/mdpdf
arch=('x86_64')
license=('GPL')
makedepends=('git')