Date: Monday, April 10, 2023 @ 07:46:40
  Author: alerque
Revision: 1443841

archrelease: copy trunk to community-x86_64

Added:
  hyprpaper/repos/community-x86_64/PKGBUILD
    (from rev 1443840, hyprpaper/trunk/PKGBUILD)
Deleted:
  hyprpaper/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 07:46:32 UTC (rev 1443840)
+++ PKGBUILD    2023-04-10 07:46:40 UTC (rev 1443841)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: ThatOneCalculator <[email protected]>
-
-pkgname=hyprpaper
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
-arch=(x86_64)
-url="https://github.com/hyprwm/$pkgname";
-license=(BSD)
-depends=(cairo
-         libglvnd
-         libjpeg
-         pango
-         wayland)
-makedepends=(cmake
-             wayland-protocols
-             xorgproto)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('26264ef57f554532247e317f2a4202a60f8db2b38ea606498d88333e1507d959')
-
-build() {
-       cd "$_archive"
-       cmake \
-               --no-warn-unused-cli \
-               -G "Unix Makefiles" \
-               -D CMAKE_BUILD_TYPE=Release \
-               -D CMAKE_INSTALL_PREFIX=/usr \
-               -B build
-       make protocols
-       make -C build all
-}
-
-package() {
-       cd "$_archive"
-       install -Dm0755 -t "$pkgdir/usr/bin/" "build/$pkgname"
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: hyprpaper/repos/community-x86_64/PKGBUILD (from rev 1443840, 
hyprpaper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 07:46:40 UTC (rev 1443841)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: ThatOneCalculator <[email protected]>
+
+pkgname=hyprpaper
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
+arch=(x86_64)
+url="https://github.com/hyprwm/$pkgname";
+license=(BSD)
+depends=(cairo
+         libglvnd
+         libjpeg
+         pango
+         wayland)
+makedepends=(cmake
+             wayland-protocols
+             xorgproto)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('20c71db247c54480f5187b77b2b24cb11ec4c53ee599bd7d777f1fccdb344b5f')
+
+build() {
+       cd "$_archive"
+       cmake \
+               --no-warn-unused-cli \
+               -G "Unix Makefiles" \
+               -D CMAKE_BUILD_TYPE=Release \
+               -D CMAKE_INSTALL_PREFIX=/usr \
+               -B build
+       make protocols
+       make -C build all
+}
+
+package() {
+       cd "$_archive"
+       install -Dm0755 -t "$pkgdir/usr/bin/" "build/$pkgname"
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to