[arch-commits] Commit in cutefish-wallpapers/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 5 15:06:43 UTC 2021


    Date: Saturday, June 5, 2021 @ 15:06:43
  Author: felixonmars
Revision: 956082

archrelease: copy trunk to community-any

Added:
  cutefish-wallpapers/repos/community-any/PKGBUILD
    (from rev 956081, cutefish-wallpapers/trunk/PKGBUILD)
Deleted:
  cutefish-wallpapers/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 15:06:23 UTC (rev 956081)
+++ PKGBUILD	2021-06-05 15:06:43 UTC (rev 956082)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-wallpapers
-pkgver=0.1
-pkgrel=1
-pkgdesc="CutefishOS's system wallpaper"
-arch=('any')
-url="https://github.com/cutefishos/wallpapers"
-license=('GPL')
-groups=('cutefish')
-depends=()
-makedepends=('cmake' 'ninja')
-source=("https://github.com/cutefishos/wallpapers/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5b921ae69ba31c5745e789af4b121338163ff2df3c1d5a9a5ff00a950731de0bbe9d82480eac12d3ab2b59fcda51ca467c316a546b5f76b35470953a0757e5ef')
-
-build() {
-  cd wallpapers-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd wallpapers-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: cutefish-wallpapers/repos/community-any/PKGBUILD (from rev 956081, cutefish-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 15:06:43 UTC (rev 956082)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-wallpapers
+pkgver=0.2
+pkgrel=1
+pkgdesc="CutefishOS's system wallpaper"
+arch=('any')
+url="https://github.com/cutefishos/wallpapers"
+license=('GPL')
+groups=('cutefish')
+depends=()
+makedepends=('cmake' 'ninja')
+source=("https://github.com/cutefishos/wallpapers/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0d0c219dfa6b5b5a841ff588c64f68bea57a0546d13e3570d01196efe610269ed711398614aab5664d14b0e5c776514744a2afb4b96d6870a30df32aaf429772')
+
+build() {
+  cd wallpapers-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd wallpapers-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list