summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072016-12-26 15:50:22 +0100
committersL1pKn072016-12-26 15:51:01 +0100
commit4aa0c7dabe5323dd4a39f6298851d67f4d946e31 (patch)
tree0e6e7baaa52c0e583979bea62e806e2408e7c29d
parent4108dc9a028f017b72626ad4f1d43c6eb3b8ec1f (diff)
downloadaur-4aa0c7dabe5323dd4a39f6298851d67f4d946e31.tar.gz
bump
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD9
-rw-r--r--flacon-git.install12
4 files changed, 8 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13cf267a5ef..f94b2782a6ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 15:17:07 UTC 2016
+# Mon Dec 26 14:50:40 UTC 2016
pkgbase = flacon-git
pkgdesc = Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. (Git Version)
- pkgver = v1.2.0.36.g09d0af4
+ pkgver = v2.1.0.3.gb93b656
pkgrel = 1
- url = http://flacon.github.io/
- install = flacon-git.install
+ url = http://flacon.github.io
arch = x86_64
arch = i686
license = LGPL2.1
@@ -29,7 +28,7 @@ pkgbase = flacon-git
provides = flacon
conflicts = flacon
source = git+https://github.com/flacon/flacon.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = flacon-git
diff --git a/.gitignore b/.gitignore
index 2848357eb15e..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!flacon-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 166ec51a21b1..b000984dc3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=flacon-git
-pkgver=v1.2.0.36.g09d0af4
+pkgver=v2.1.0.3.gb93b656
pkgrel=1
pkgdesc="Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. (Git Version)"
arch=('x86_64' 'i686')
-url="http://flacon.github.io/"
+url='http://flacon.github.io'
license=('LGPL2.1')
depends=('qt5-base'
'uchardet'
@@ -30,8 +30,7 @@ optdepends=('faac: For AAC support'
conflicts=('flacon')
provides=('flacon')
source=('git+https://github.com/flacon/flacon.git')
-sha1sums=('SKIP')
-install=flacon-git.install
+sha256sums=('SKIP')
pkgver() {
cd flacon
@@ -53,4 +52,4 @@ build() {
package() {
make -C build DESTDIR="${pkgdir}" install
-} \ No newline at end of file
+}
diff --git a/flacon-git.install b/flacon-git.install
deleted file mode 100644
index 5c501dc49916..000000000000
--- a/flacon-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}