summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-04-07 09:08:28 +0200
committerKarol Babioch2018-04-07 09:08:28 +0200
commit88fcad5ce5054038066a4aba2c442aae3da278b3 (patch)
tree6edf38bc487a5d6ef01d29c5617d5842e5a2cb5c
parent28f40c6b872d96c39b9fb72cce3b3b1451399c4d (diff)
downloadaur-88fcad5ce5054038066a4aba2c442aae3da278b3.tar.gz
Bump version to 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a57cdf76143..a045c564a13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aaxtomp3
- 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 = 1.0
+ pkgdesc = Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/KrumpetPirate/AAXtoMP3
arch = any
@@ -8,7 +8,7 @@ pkgbase = aaxtomp3
makedepends = git
depends = ffmpeg
depends = lame
- source = aaxtomp3::git+https://github.com/KrumpetPirate/AAXtoMP3.git#tag=v1.0
+ source = aaxtomp3::git+https://github.com/KrumpetPirate/AAXtoMP3.git#tag=1.1
sha256sums = SKIP
pkgname = aaxtomp3
diff --git a/PKGBUILD b/PKGBUILD
index e90d88bda9f6..2c1515ab0f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Karol Babioch <karol@babioch.de
pkgname=aaxtomp3
-pkgver=1.0
+pkgver=1.1
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')
depends=('ffmpeg' 'lame')
makedepends=('git')
-source=("$pkgname::git+$url.git#tag=v$pkgver")
+source=("$pkgname::git+$url.git#tag=$pkgver")
sha256sums=('SKIP')
package() {