Date: Monday, April 17, 2023 @ 20:24:13
  Author: kpcyrd
Revision: 1447068

archrelease: copy trunk to community-x86_64

Added:
  rofi-emoji/repos/community-x86_64/PKGBUILD
    (from rev 1447067, rofi-emoji/trunk/PKGBUILD)
Deleted:
  rofi-emoji/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 20:23:57 UTC (rev 1447067)
+++ PKGBUILD    2023-04-17 20:24:13 UTC (rev 1447068)
@@ -1,39 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Magnus Bergmark <[email protected]>
-
-pkgname=rofi-emoji
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='A Rofi plugin for selecting emojis'
-url='https://github.com/Mange/rofi-emoji'
-arch=('x86_64')
-license=('MIT')
-depends=('rofi')
-checkdepends=('check')
-optdepends=(
-  'xsel: X11 support'
-  'xclip: X11 support'
-  'wl-clipboard: Wayland support'
-)
-source=(https://github.com/Mange/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('f173f26786c457c3e34048c43e437648d3df5d4d04a147127d7c95827e2f22e78da4e12d896c703a90f32f5528eddf43aea215d1164391f56cfbae6f510a0dce')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rofi-emoji/repos/community-x86_64/PKGBUILD (from rev 1447067, 
rofi-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 20:24:13 UTC (rev 1447068)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Magnus Bergmark <[email protected]>
+
+pkgname=rofi-emoji
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='A Rofi plugin for selecting emojis'
+url='https://github.com/Mange/rofi-emoji'
+arch=('x86_64')
+license=('MIT')
+depends=('rofi')
+checkdepends=('check')
+optdepends=(
+  'xsel: X11 support'
+  'xclip: X11 support'
+  'wl-clipboard: Wayland support'
+)
+source=(https://github.com/Mange/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('a97da1cdbae7ecf66e39f9700ee0f2b5f47254f315bfef611cc4f98483587d876135c16eb94319d1844598bbd85864e1b1175ebdedd86dac6585b57887d5ca1a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to