[arch-commits] Commit in audex/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jul 7 20:53:42 UTC 2020
Date: Tuesday, July 7, 2020 @ 20:53:42
Author: arojas
Revision: 660253
archrelease: copy trunk to community-staging-x86_64
Added:
audex/repos/community-staging-x86_64/PKGBUILD
(from rev 660252, audex/trunk/PKGBUILD)
Deleted:
audex/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-07 20:53:26 UTC (rev 660252)
+++ PKGBUILD 2020-07-07 20:53:42 UTC (rev 660253)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: mightyjaym <jmambrosino at gmail.com>
-# Contributor: moostik <mooostik_at_gmail.com>
-
-pkgname=audex
-pkgver=0.79+91+g9bb62f3
-pkgrel=3
-pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
-arch=('x86_64')
-url="https://userbase.kde.org/Audex"
-license=('GPL')
-depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
-makedepends=('extra-cmake-modules' 'git')
-optdepends=('vorbis-tools: OGG encoder'
- 'faac: MP4/M4A/AAC encoder'
- 'flac: FLAC encoder'
- 'lame: MP3 encoder')
-_commit=9bb62f34878ede3104802709c154b7b244925970 # master
-source=("git+https://github.com/KDE/audex#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
- cd audex
- git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
-build() {
- cd audex
-
- mkdir build
- cd build
-
- cmake ../
- make
-}
-
-package() {
- cd audex/build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 660252, audex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-07 20:53:42 UTC (rev 660253)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: mightyjaym <jmambrosino at gmail.com>
+# Contributor: moostik <mooostik_at_gmail.com>
+
+pkgname=audex
+pkgver=0.79+160+gaa00d81
+pkgrel=1
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('x86_64')
+url="https://userbase.kde.org/Audex"
+license=('GPL')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
+makedepends=('extra-cmake-modules' 'git')
+optdepends=('vorbis-tools: OGG encoder'
+ 'faac: MP4/M4A/AAC encoder'
+ 'flac: FLAC encoder'
+ 'lame: MP3 encoder')
+_commit=aa00d81acdb9141e589bb9c6eb67032aa52d51f5
+source=("git+https://invent.kde.org/multimedia/audex#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+ cd audex
+ git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+build() {
+ cd audex
+
+ mkdir build
+ cd build
+
+ cmake ../
+ make
+}
+
+package() {
+ cd audex/build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list