summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2017-05-15 08:42:04 +0200
committerKarol Babioch2017-05-15 08:42:04 +0200
commit568bfdab0b43afd783d63728be5f843d48597aea (patch)
tree9961dc708bd429b304b3abd82498ee9217723d8e
parentd8c660629c92cdd570bc95a809a2ea9673d93013 (diff)
downloadaur-568bfdab0b43afd783d63728be5f843d48597aea.tar.gz
Update PKGBUILD to refelect changes in upstream repo
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fded3888e31..133ab619954b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url='https://github.com/KrumpetPirate/AAXtoMP3'
license=('custom')
depends=('ffmpeg' 'lame')
makedepends=('git')
+provides=('aaxtomp3')
+conflicts=('aaxtomp3')
source=("$pkgname::git+$url.git")
sha256sums=('SKIP')
@@ -20,7 +22,8 @@ pkgver() {
package() {
cd "$srcdir/$pkgname"
- install -Dm 755 AAXtoMP3.sh "$pkgdir/usr/bin/AAXtoMP3.sh"
+ install -Dm 755 AAXtoMP3 "$pkgdir/usr/bin/AAXtoMP3"
+ install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}