Date: Thursday, August 19, 2021 @ 07:14:10
  Author: felixonmars
Revision: 1003740

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-19 07:14:02 UTC (rev 1003739)
+++ PKGBUILD    2021-08-19 07:14:10 UTC (rev 1003740)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@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
-}

Copied: cutefish-wallpapers/repos/community-any/PKGBUILD (from rev 1003739, 
cutefish-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-08-19 07:14:10 UTC (rev 1003740)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=cutefish-wallpapers
+pkgver=0.4
+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=('9e0aefe4ac1f44f8fdd25048017e238c2939f391909ad1a116f90eea25e6810b9fe8def9b1300c2943984eded6f2d7a92cd62927f8dd196968bc3a6e8a10c73c')
+
+build() {
+  cd wallpapers-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd wallpapers-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Reply via email to