[arch-commits] Commit in mlite/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 11 18:59:15 UTC 2020


    Date: Wednesday, March 11, 2020 @ 18:59:15
  Author: felixonmars
Revision: 594584

upgpkg: mlite 0.2.28+git1-1

Modified:
  mlite/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-11 18:58:17 UTC (rev 594583)
+++ PKGBUILD	2020-03-11 18:59:15 UTC (rev 594584)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=mlite
-pkgver=0.2.28
+pkgver=0.2.28+git1
 pkgrel=1
 pkgdesc="Useful classes originating from MeeGo Touch"
 arch=('x86_64')
-url="https://github.com/nemomobile/mlite"
+url="https://git.sailfishos.org/mer-core/mlite"
 license=('LGPL')
 depends=('qt5-base' 'dconf')
 makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("git+https://git.sailfishos.org/mer-core/mlite.git#tag=$pkgver")
+sha512sums=('SKIP')
 
 prepare() {
   cd mlite
@@ -30,7 +30,7 @@
 package() {
   cd mlite
 
-  make INSTALL_ROOT="${pkgdir}" install
+  make INSTALL_ROOT="$pkgdir" install
 
   # Remove tests
   rm -r "$pkgdir/opt"



More information about the arch-commits mailing list