summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyntonym2021-06-12 11:52:36 +0200
committersyntonym2021-06-12 11:52:36 +0200
commitd4e874b65de5db32c2125b041bf429822eae1a81 (patch)
tree9f61f7b761e9faa76a97a71ef02117884a422fef
parentf4497b512fd2f9a77ab8ecd6e5e84773db9b87ea (diff)
downloadaur-d4e874b65de5db32c2125b041bf429822eae1a81.tar.gz
Updated packaging
Packaging of binaries changed, the zip now includes a directory which includes the binary.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe58d8afdd7d..41fcf28bca55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pandoc-plot-bin
pkgdesc = Render and include figures in Pandoc documents using your plotting toolkit of choice
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/LaurentRDC/pandoc-plot
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5cb1e8213390..b2c7fd6c2a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: syntonym <syntaar@gmail.com>
pkgname=pandoc-plot-bin
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Render and include figures in Pandoc documents using your plotting toolkit of choice"
arch=('x86_64')
@@ -11,5 +11,5 @@ source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/$pkgver/pan
sha256sums=('108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d')
package() {
- install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
+ install -D pandoc-plot-Linux-x86_64/pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
}