summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-04-07 09:09:12 +0200
committerKarol Babioch2018-04-07 09:09:12 +0200
commitf9bbdc91a2abd1bf9a68a911e5d306a8d6c4e2c3 (patch)
tree20d45d5be1eae328a605134cd76259eed65b430b
parent02388fe436f5aee9334a971e8aa7460a925ef978 (diff)
downloadaur-f9bbdc91a2abd1bf9a68a911e5d306a8d6c4e2c3.tar.gz
Change pkgdesc
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e648b10dfbf2..80adeb7e9c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aaxtomp3-git
- pkgdesc = The purpose of this software is to convert AAX files to a more common MP3 format through a basic bash script frontend to FFMPEG.
- pkgver = r38.48e2eeb
+ pkgdesc = Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
+ pkgver = 1.1.r2.g2192558
pkgrel = 1
url = https://github.com/KrumpetPirate/AAXtoMP3
arch = any
@@ -8,6 +8,8 @@ pkgbase = aaxtomp3-git
makedepends = git
depends = ffmpeg
depends = lame
+ provides = aaxtomp3
+ conflicts = aaxtomp3
source = aaxtomp3-git::git+https://github.com/KrumpetPirate/AAXtoMP3.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d572e6e1142e..74a335d740a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Karol Babioch <karol@babioch.de
pkgname=aaxtomp3-git
-pkgver=v1.0.r0.gd96d01e
+pkgver=1.1.r2.g2192558
pkgrel=1
-pkgdesc='The purpose of this software is to convert AAX files to a more common MP3 format through a basic bash script frontend to FFMPEG.'
+pkgdesc="Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS"
arch=('any')
url='https://github.com/KrumpetPirate/AAXtoMP3'
license=('custom')