summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-10-05 21:43:23 +0200
committerValHue2016-10-05 21:43:23 +0200
commitc70c13524d9c0b18564336344329e6fd3283671a (patch)
treefb1adf7f42a913f36dceca8a42bc9bdb18ad5f29
parent1903bf10988039d367b587b8192927165d3cf0e4 (diff)
downloadaur-c70c13524d9c0b18564336344329e6fd3283671a.tar.gz
Update to 2.1.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--flacon.install14
3 files changed, 6 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5eafba230a0..ba6d279307ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Tue Mar 1 20:51:54 UTC 2016
pkgbase = flacon
pkgdesc = Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files.
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://flacon.github.io/
- install = flacon.install
arch = i686
arch = x86_64
license = LGPL2.1
@@ -26,8 +23,8 @@ pkgbase = flacon
optdepends = vorbisgain: For OGG Replay Gain support
provides = flacon
conflicts = flacon-git
- source = https://github.com/flacon/flacon/archive/v2.0.1.tar.gz
- sha256sums = 3408304e7ab524a2e8a621ea780579e1be7b3359fefe7d37a1b88f34d6120e02
+ source = https://github.com/flacon/flacon/archive/v2.1.0.tar.gz
+ sha256sums = 787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d
pkgname = flacon
diff --git a/PKGBUILD b/PKGBUILD
index a3ec9aab3bac..085f3fbf0bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Artem Sereda <overmind88 at gmail dot com>
pkgname="flacon"
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Extracts individual tracks from one big audio file containing the \
entire album of music and saves them as separate audio files."
@@ -25,9 +25,8 @@ optdepends=('flac: For FLAC support'
'vorbisgain: For OGG Replay Gain support')
conflicts=('flacon-git')
provides=("${pkgname}")
-install="${pkgname}.install"
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3408304e7ab524a2e8a621ea780579e1be7b3359fefe7d37a1b88f34d6120e02')
+sha256sums=('787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -46,4 +45,4 @@ package() {
}
-# vim:set ts=4 sw=2 ft=sh et: \ No newline at end of file
+# vim:set ts=4 sw=2 ft=sh et:
diff --git a/flacon.install b/flacon.install
deleted file mode 100644
index cfe38ccd0ecf..000000000000
--- a/flacon.install
+++ /dev/null
@@ -1,14 +0,0 @@
-# flacon.install
-
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_remove() {
- post_install $1
-}