[arch-commits] Commit in mediaelch/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Sep 14 15:53:00 UTC 2019


    Date: Saturday, September 14, 2019 @ 15:52:59
  Author: anthraxx
Revision: 510553

archrelease: copy trunk to community-x86_64

Added:
  mediaelch/repos/community-x86_64/PKGBUILD
    (from rev 510552, mediaelch/trunk/PKGBUILD)
Deleted:
  mediaelch/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-14 15:52:55 UTC (rev 510552)
+++ PKGBUILD	2019-09-14 15:52:59 UTC (rev 510553)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Matt Harrison <matt at mistbyte.com>
-
-pkgname=mediaelch
-pkgver=2.6.0
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
-sha256sums=('b296770b3f8ad63a1ad9fb56436f4c4dfcfe334493543f9aefe66dd75120eb20')
-sha512sums=('842803ea34065a6fa792c3fc6a098de6977801eff1df9b4e293834cb02991bd71d962f88b975a84028802be4cfd2810ca4c397f5f40d57fe4bd5516d1d668f58')
-
-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 510552, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-14 15:52:59 UTC (rev 510553)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Matt Harrison <matt at mistbyte.com>
+
+pkgname=mediaelch
+pkgver=2.6.2
+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=('bb2df14b7f9cef2d3004a505d6d5eeb57fae6e4234c557e76d924f0b2b5e3573')
+sha512sums=('e56358e3005c4e2c7b3c8179a79219f616610222d502e32c74465b941b37a1349bae6a266af62b27d60152f160bef8aee67770dce940d62da5ea82ff21afdcd8')
+
+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