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

Levente Polyak anthraxx at archlinux.org
Sat Nov 10 15:36:59 UTC 2018


    Date: Saturday, November 10, 2018 @ 15:36:58
  Author: anthraxx
Revision: 405683

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-10 15:36:50 UTC (rev 405682)
+++ PKGBUILD	2018-11-10 15:36:58 UTC (rev 405683)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Matt Harrison <matt at mistbyte.com>
-
-pkgname=mediaelch
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
-url='http://www.mediaelch.de/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.kvibes.de/releases/mediaelch/${pkgver}/mediaelch-${pkgver}.tar.gz)
-sha256sums=('c00afd8328258c280e9a8f22cae76b95a6d26824c67de6cf4db91639d4695e49')
-sha512sums=('1d1d6501128081c7ccef24ec5cb82d0c43e2b58ff8190266e8187bb7d291d5c53b1e4353a0cb130e81d9267feaee053481505ca35ca6f51b126c2a4adb2359a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  qmake
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 405682, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-10 15:36:58 UTC (rev 405683)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Matt Harrison <matt at mistbyte.com>
+
+pkgname=mediaelch
+pkgver=2.4.2
+pkgrel=3
+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')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
+sha256sums=('a57f910a96cc9ff2cc7aa3295802d3e8cf8c53f3a62592e8d3e14c325b64915f')
+sha512sums=('1c43189e0ad0565ec651cd765d9b80cad863ba1627a84dd745c85a9271b0374beaf4da5f36f804d7c50d3c95931aa0353dbc51e738ed5d57a3275b7e8cc5b7da')
+
+build() {
+  cd MediaElch-${pkgver}
+  qmake
+  make
+}
+
+package() {
+  cd MediaElch-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list