diff options
author | Karol Babioch | 2018-04-07 09:08:28 +0200 |
---|---|---|
committer | Karol Babioch | 2018-04-07 09:08:28 +0200 |
commit | 88fcad5ce5054038066a4aba2c442aae3da278b3 (patch) | |
tree | 6edf38bc487a5d6ef01d29c5617d5842e5a2cb5c | |
parent | 28f40c6b872d96c39b9fb72cce3b3b1451399c4d (diff) | |
download | aur-88fcad5ce5054038066a4aba2c442aae3da278b3.tar.gz |
Bump version to 1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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() { |