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

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 20 21:39:12 UTC 2021


    Date: Monday, September 20, 2021 @ 21:39:12
  Author: arojas
Revision: 1019808

Update to 2.1.0

Modified:
  maliit-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:38:33 UTC (rev 1019807)
+++ PKGBUILD	2021-09-20 21:39:12 UTC (rev 1019808)
@@ -1,18 +1,23 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=maliit-framework
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Core libraries of Maliit and server"
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Core libraries of Maliit and server'
 arch=(x86_64)
-url="https://maliit.github.io/"
+url='https://maliit.github.io/'
 license=(LGPL)
 depends=(qt5-declarative)
 makedepends=(cmake qt5-wayland wayland-protocols gtk3 python)
 optdepends=('qt5-wayland: wayland-shell integration')
 source=(https://github.com/maliit/framework/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('81f337c43a140ec3977b7d91abdf4a630bf73c98942f96e0ff4f57323c42a2ba')
+sha256sums=('5df16e4bde4f73c2b6b6cbc44434f5e531bf0fcb959811fde0e8359e61b938ca')
 
+prepare() {
+  cd framework-$pkgver
+  mv README{.md,}
+}
+
 build() {
   cmake -B build -S framework-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list