summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2024-03-10 12:42:22 +0300
committerArkadiy Illarionov2024-03-10 12:42:22 +0300
commitfeab132d90aac73911d197c924ace554d61afa04 (patch)
tree77248624050c80de73e5280a1ba09c75b6a43f17
parent2dd85ada7245211bd89e2df29ac574b0e42f8603 (diff)
downloadaur-acestream-launcher.tar.gz
Remove provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6438c60074..bcd60ea4e8c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acestream-launcher
pkgdesc = Open AceStream links with a Media Player of your choice
pkgver = 2.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL-3.0-only
@@ -14,7 +14,6 @@ pkgbase = acestream-launcher
optdepends = acestream-engine
optdepends = libnotify: support for desktop notifications
optdepends = mpv: default media player
- provides = acestream-launcher
source = acestream-launcher-2.1.0.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.1.0.tar.gz
sha256sums = ab3a9a8c88d95674c9159df02625b9dd4f8827cfe1b9322dfce9dfd19f3c725c
diff --git a/PKGBUILD b/PKGBUILD
index f99dee06d788..294bd39ec090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Open AceStream links with a Media Player of your choice"
arch=("any")
url="https://github.com/jonian/acestream-launcher"
@@ -18,7 +18,6 @@ makedepends=(
python-setuptools
python-wheel
)
-provides=("${pkgname}")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('ab3a9a8c88d95674c9159df02625b9dd4f8827cfe1b9322dfce9dfd19f3c725c')