Date: Thursday, March 3, 2022 @ 01:42:48
  Author: allan
Revision: 1140160

archrelease: copy trunk to community-x86_64

Added:
  unclutter/repos/community-x86_64/PKGBUILD
    (from rev 1140159, unclutter/trunk/PKGBUILD)
Deleted:
  unclutter/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-03 01:42:34 UTC (rev 1140159)
+++ PKGBUILD    2022-03-03 01:42:48 UTC (rev 1140160)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Callan Barrett <[email protected]>
-# Contributor: Anthony Martin <[email protected]>
-
-_pkgname=unclutter-xfixes
-pkgname=unclutter
-epoch=1
-pkgver=1.6
-pkgrel=1
-pkgdesc='A small program for hiding the mouse cursor'
-url="https://github.com/Airblader/${_pkgname}";
-arch=('x86_64')
-license=('MIT')
-depends=('libxi' 'libx11' 'libxfixes' 'libev')
-makedepends=('asciidoc')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('6f7f248f16b7d4ec7cb144b6bc5a66bd49078130513a184f4dc16c498d457db9')
-
-build() {
-    cd "${_pkgname}-${pkgver}"
-    make all
-}
-
-package() {
-    cd "${_pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: unclutter/repos/community-x86_64/PKGBUILD (from rev 1140159, 
unclutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-03-03 01:42:48 UTC (rev 1140160)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Callan Barrett <[email protected]>
+# Contributor: Anthony Martin <[email protected]>
+
+_pkgname=unclutter-xfixes
+pkgname=unclutter
+epoch=1
+pkgver=1.6
+pkgrel=2
+pkgdesc='A small program for hiding the mouse cursor'
+url="https://github.com/Airblader/${_pkgname}";
+arch=('x86_64')
+license=('MIT')
+depends=('libxi' 'libx11' 'libxfixes' 'libev')
+makedepends=('asciidoc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('6f7f248f16b7d4ec7cb144b6bc5a66bd49078130513a184f4dc16c498d457db9')
+
+build() {
+    cd "${_pkgname}-${pkgver}"
+    make all
+}
+
+package() {
+    cd "${_pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:

Reply via email to