[arch-commits] Commit in plasma-wayland-protocols/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat May 1 07:41:26 UTC 2021


    Date: Saturday, May 1, 2021 @ 07:41:01
  Author: arojas
Revision: 414125

Update to 1.3.0

Modified:
  plasma-wayland-protocols/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 00:01:50 UTC (rev 414124)
+++ PKGBUILD	2021-05-01 07:41:01 UTC (rev 414125)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=plasma-wayland-protocols
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Plasma Specific Protocols for Wayland"
 arch=(any)
@@ -9,14 +9,14 @@
 license=(LGPL)
 depends=()
 makedepends=(qt5-base extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-v$pkgver.tar.xz{,.sig})
-sha256sums=('287b90903f9a7f394c75e75cb187426862eaf64a92f1be7e2ef68e99fd8cbaaa'
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('0daa2362f2e0d15f79e0e006e8d7f1908e88e37b5c5208b40c9cb0d4d6dca9b5'
             'SKIP')
 validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F  # Aleix Pol Gonzalez <aleixpol at kde.org>
               EC5516B514543DA145169FD12276F09AF4A790F4) # Vlad Zahorodnii <vlad.zahorodnii at kde.org>
 
 build() {
-  cmake -B build -S $pkgname-v$pkgver
+  cmake -B build -S $pkgname-$pkgver
   cmake --build build
 }
 



More information about the arch-commits mailing list