summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-04 22:51:57 +0200
committerAtomicFS2024-05-04 22:51:57 +0200
commite4f4b395ca12c1a4f8c31109d868869d796688b1 (patch)
tree7eb55e8f4f3200cbba9166790085b12f85b57e14
parentd67e243f0e71ca40cbb599374e7a8685e367021f (diff)
downloadaur-e4f4b395ca12c1a4f8c31109d868869d796688b1.tar.gz
chore: cleanup
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9379ca6d6aa..5205dabb977d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = mdbook-graphviz
url = https://github.com/dylanowen/mdbook-graphviz
arch = x86_64
license = MPL-2.0
- makedepends = rust
makedepends = cargo
source = https://github.com/dylanowen/mdbook-graphviz/archive/v0.2.0.tar.gz
sha256sums = 7a74d7a12bd2a0b7a119d0b14ca7e7d3840acb347debff9ec0ad4d4add026785
diff --git a/PKGBUILD b/PKGBUILD
index 18557daf2b99..08792fc4bf61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url="https://github.com/dylanowen/mdbook-graphviz"
arch=('x86_64')
license=('MPL-2.0')
makedepends=(
- 'rust'
'cargo'
)
source=("${url}/archive/v${pkgver}.tar.gz")