summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2020-05-05 15:27:52 +0200
committerRobbert van der Helm2020-05-05 15:27:52 +0200
commit210b75958620737cba8ef8116b446f9ba888ffe1 (patch)
tree6ba6e360543d0817ba1838bfbcdee38378564938
parent91a15ee4196402be38c0329eef0dba5e6a3d5158 (diff)
downloadaur-210b75958620737cba8ef8116b446f9ba888ffe1.tar.gz
Remove the already implicit provides field
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f5ac680dcb..8d289e0fb222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=yabridge
pkgver=1.0.0
pkgrel=2
-epoch=
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
+epoch=
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
license=('GPL3')
depends=('wine' 'libxcb' 'lib32-libxcb')
makedepends=()
-provides=('yabridge')
-install="yabridge.install"
+install='yabridge.install'
source=("https://github.com/robbert-vdh/yabridge/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('e95e426734eeee5b28ddb0218f3142e621c0d9acdb1483e93362354c1c2c5790')