summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Hadžić2019-09-04 13:54:10 +0200
committerNikola Hadžić2019-09-04 13:54:10 +0200
commitdd0b46255b5a05de8b3e36c0b08726bc4856da7d (patch)
tree3054503c734b1bfc8e9cfcf4e2cba092544b22bc
parent8d0890ea9faf04f1cfa2829a316d2dafbdd80eb8 (diff)
downloadaur-dd0b46255b5a05de8b3e36c0b08726bc4856da7d.tar.gz
Fixed dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01650a10a6bb..91c16662486c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://gstreamer.freedesktop.org/"
license=("LGPL" "MIT" "Apache")
groups=()
depends=("gstreamer")
-makedepends=("rust" "git" "libsodium")
+makedepends=("rust" "git" "libsodium-static")
checkdepends=()
optdepends=()
provides=()
@@ -23,7 +23,7 @@ sha256sums=(SKIP)
prepare() {
cd "$srcdir/$pkgname"
- git checkout $pkgver
+ git checkout "$pkgver"
}
package() {