summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-04 19:00:41 +0200
committerAtomicFS2024-05-04 19:05:29 +0200
commitc559805da33e817e51a96a169df3e7194cd487c8 (patch)
tree35a04495b15e582b32e79fbe06f6aa5a322c0a32
parentcd4d947167123397b0a457f2dd077c408feb2161 (diff)
downloadaur-c559805da33e817e51a96a169df3e7194cd487c8.tar.gz
chore: cleanup
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c3378eff06a..5ff81e9586a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mdbook-graphviz
pkgrel = 1
url = https://github.com/dylanowen/mdbook-graphviz
arch = x86_64
- license = MPL
+ license = MPL-2.0
makedepends = rust
makedepends = cargo
source = https://github.com/dylanowen/mdbook-graphviz/archive/v0.1.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 018388016645..5de0ed9bdd12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer: atomicfs
+# Maintainer: atomicfs <https://aur.archlinux.org/account/atomicfs>
pkgname=mdbook-graphviz
pkgver=0.1.7
pkgrel=1
pkgdesc="A preprocessor for mdbook to renders graphs using Graphviz"
url="https://github.com/dylanowen/mdbook-graphviz"
-arch=(x86_64)
-license=(MPL)
-makedepends=(rust cargo)
+arch=('x86_64')
+license=('MPL-2.0')
+makedepends=(
+ 'rust'
+ 'cargo'
+)
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('eab1204556b55d2dd845fdf7d03525204c8bcdb69cf93e5649b491895d485198')