summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-11-14 20:13:33 -0500
committerDaniel M. Capella2018-11-14 20:13:33 -0500
commitcfc64d1809970bd4df869fc60edca0fae639e683 (patch)
tree194da62dc89ad927f9fc8cf956d83e44db3b72cf
parent70be07dac1c51825cf71f6cc326862bd920c63a7 (diff)
downloadaur-cfc64d1809970bd4df869fc60edca0fae639e683.tar.gz
Remove provides()
https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/espeak&id=fee824f6ed964b1bab1586fdc4342577f2a57bf2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1110585f3759..d9a16909e3fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = espeak-ng
arch = x86_64
license = GPL3
depends = pcaudiolib
- provides = espeak
conflicts = espeak
source = https://github.com/espeak-ng/espeak-ng/releases/download/1.49.2/espeak-ng-1.49.2.tar.gz
sha512sums = 521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca
diff --git a/PKGBUILD b/PKGBUILD
index 0aae85366ab0..8f2a92cc6fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url=https://github.com/espeak-ng/espeak-ng
arch=('x86_64')
license=('GPL3')
depends=('pcaudiolib')
-provides=('espeak')
conflicts=('espeak')
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca')