summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2020-10-22 19:52:43 +0200
committerJan Neumann2020-10-22 19:52:43 +0200
commitae2eb0ee4c18ba74e9bd4762ac4c5ba1ceab3c10 (patch)
treec39c86e0fddca1d4e61312deae708570adb6ca48 /PKGBUILD
parent332c5fb697c8e928ead9b1b07d504d47897af11d (diff)
downloadaur-ae2eb0ee4c18ba74e9bd4762ac4c5ba1ceab3c10.tar.gz
remove releasme, add new source...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74d43956d6eb..2edaa66446e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=audex-git
_gitname=audex
-pkgver=r142.d9e89a8
+pkgver=r219.7840729
pkgrel=1
pkgdesc='Audex is an audio grabber tool for CD-ROM drives built with KDE Frameworks'
-arch=('i686' 'x86_64')
-url='https://cgit.kde.org/audex.git/'
+arch=('x86_64')
+url='https://invent.kde.org/multimedia/audex'
license=('GPL')
depends=('libkcddb' 'kcmutils' 'hicolor-icon-theme')
optdepends=('libvorbis' 'flac' 'lame' 'faac' 'python-eyed3')
-makedepends=('git' 'ruby' 'subversion' 'cmake' 'extra-cmake-modules')
+makedepends=('git' 'cmake' 'extra-cmake-modules')
conflicts=('audex')
-source=("git+git://anongit.kde.org/audex.git")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {
@@ -32,9 +32,7 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_L10N_BRANCH=trunk \
- -DKDE_L10N_AUTO_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=Release
- make fetch-translations
}