[arch-commits] Commit in mediaelch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Apr 20 21:36:29 UTC 2020
Date: Monday, April 20, 2020 @ 21:36:29
Author: anthraxx
Revision: 617087
archrelease: copy trunk to community-x86_64
Added:
mediaelch/repos/community-x86_64/PKGBUILD
(from rev 617086, mediaelch/trunk/PKGBUILD)
Deleted:
mediaelch/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-20 21:36:24 UTC (rev 617086)
+++ PKGBUILD 2020-04-20 21:36:29 UTC (rev 617087)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Matt Harrison <matt at mistbyte.com>
-
-pkgname=mediaelch
-pkgver=2.6.4
-pkgrel=1
-pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
-url='http://www.mediaelch.de/'
-arch=('x86_64')
-license=('LGPL3')
-depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
-source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6754fbda31ceb9a7492879c945e766a59ed94611cfb8815b17838907cdb77318')
-b2sums=('5252546b3239d308a3e0c644e14808e2a7a462d1caad3394be8b18b93a137465934102ccb8e5bfc1355f4dfc2f9d013a0606dd6537e50a91cbe85a3043bef584')
-
-prepare() {
- cd MediaElch-${pkgver}
- sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
-}
-
-build() {
- cd MediaElch-${pkgver}
- qmake
- make SUBLIBS="-lquazip5"
-}
-
-package() {
- cd MediaElch-${pkgver}
- make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 617086, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-20 21:36:29 UTC (rev 617087)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Matt Harrison <matt at mistbyte.com>
+
+pkgname=mediaelch
+pkgver=2.6.6
+pkgrel=1
+pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
+url='https://www.mediaelch.de/mediaelch/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
+source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('05c165256c3f0d27d424be8b2e635496a4f54f776563b3191707e65a94be52fc')
+b2sums=('4f744d119f5baa50cb9639d799d018a972989cbaa9003c5b020da0b2b6172f6bba09778e9119857cae69f92cf52d4f57c850570ca17e6c55b502063e797f75a3')
+
+prepare() {
+ cd MediaElch-${pkgver}
+ sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
+}
+
+build() {
+ cd MediaElch-${pkgver}
+ qmake
+ make SUBLIBS="-lquazip5"
+}
+
+package() {
+ cd MediaElch-${pkgver}
+ make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list