summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragus-balles2023-11-08 19:46:07 -0300
committeragus-balles2023-11-08 19:46:07 -0300
commit8b7a7a4ba1ab88e0fa89de6426ff59923a599e9c (patch)
treed3182d7d831303962cf40cfbea467859e4d66e7e
parent86ed8abd92967e6a7e62d8fa5498994c794c1070 (diff)
downloadaur-8b7a7a4ba1ab88e0fa89de6426ff59923a599e9c.tar.gz
Revert "New package name"
This reverts commit 86ed8abd92967e6a7e62d8fa5498994c794c1070. modified: PKGBUILD
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6776b72a672..6a4d353cef6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: <agustinballesteros04@gmail.com>
-pkgname=cue-music-command-git
+pkgname=cue-git
pkgver=v1.4.r9.g3faed2a
pkgrel=1
pkgdesc="A command-line music player"
arch=('x86_64')
url="https://github.com/ravachol/cue"
-license=('GPL2')
+license=('GPL')
depends=('ffmpeg' 'fftw' 'git' 'chafa' 'freeimage')
conflicts=('cue')
sha256sums=('SKIP')
@@ -26,7 +26,6 @@ package() {
cd "$srcdir/cue"
install -Dm755 cue "$pkgdir/usr/bin/cue"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
install -Dm644 "$srcdir/cue/docs/cue-manpage.mdoc" "$pkgdir/usr/share/man/man1/cue.1"
}