Date: Saturday, November 26, 2022 @ 08:52:24
  Author: arojas
Revision: 1353975

archrelease: copy trunk to community-x86_64

Added:
  maui-clip/repos/community-x86_64/PKGBUILD
    (from rev 1353974, maui-clip/trunk/PKGBUILD)
Deleted:
  maui-clip/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-26 08:52:14 UTC (rev 1353974)
+++ PKGBUILD    2022-11-26 08:52:24 UTC (rev 1353975)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=maui-clip
-_pkgname=clip
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Video player and video collection manager'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing taglib ffmpeg)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('df24bfe3ed586148851eefeec5daf393128427d775c4b8b720899dc674abfe3d')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-clip/repos/community-x86_64/PKGBUILD (from rev 1353974, 
maui-clip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-26 08:52:24 UTC (rev 1353975)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=maui-clip
+_pkgname=clip
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Video player and video collection manager'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing taglib ffmpeg)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('70e9c3a7f35694d9b86c7c08d966c388c89b56fb32049cd34aab37c2f19b8903')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to