Date: Wednesday, October 12, 2022 @ 17:33:37
  Author: arojas
Revision: 1327874

archrelease: copy trunk to community-x86_64

Added:
  xprintidle/repos/community-x86_64/PKGBUILD
    (from rev 1327873, xprintidle/trunk/PKGBUILD)
Deleted:
  xprintidle/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-12 17:33:29 UTC (rev 1327873)
+++ PKGBUILD    2022-10-12 17:33:37 UTC (rev 1327874)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: Alisa Dammer <alisa,[email protected]>
-# Contributor: Jaroslav Janukevic (janukevic <at> gmail <dot> com)
-# Contributor: Rick Rein <[email protected]>
-# Contributor: samuellittley <[email protected]>
-
-pkgname=xprintidle
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Print X idle time'
-arch=('x86_64')
-license=('GPL2')
-depends=('libxss')
-makedepends=('meson')
-url='https://github.com/g0hl1n/xprintidle'
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('25f92524bea5e4f5db3883f74157e92056c9e1871cf0effe6800bd26ddffb9037e8246b1bffe282b84fa776f4eb9988838d2fd7c770d7a5f2b3ce489b8d7fdc8')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: xprintidle/repos/community-x86_64/PKGBUILD (from rev 1327873, 
xprintidle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-12 17:33:37 UTC (rev 1327874)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: Alisa Dammer <alisa,[email protected]>
+# Contributor: Jaroslav Janukevic (janukevic <at> gmail <dot> com)
+# Contributor: Rick Rein <[email protected]>
+# Contributor: samuellittley <[email protected]>
+
+pkgname=xprintidle
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Print X idle time'
+arch=('x86_64')
+license=('GPL2')
+depends=('libxss')
+makedepends=('meson')
+url='https://github.com/g0hl1n/xprintidle'
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('758fbb1e0e0f9eaf6ae22cc3fbacaf3eb854130af3688bd95c88c690284cf47256a56d1468ffffaa81c3432cd579aca138a47c8a04be1e7be52e8f2ef328fd7a')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+

Reply via email to