[arch-commits] Commit in rofi-emoji/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Thu Jul 28 12:33:25 UTC 2022


    Date: Thursday, July 28, 2022 @ 12:33:25
  Author: kpcyrd
Revision: 1258981

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 12:33:00 UTC (rev 1258980)
+++ PKGBUILD	2022-07-28 12:33:25 UTC (rev 1258981)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Magnus Bergmark <magnus.bergmark at gmail.com>
-
-pkgname=rofi-emoji
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='A Rofi plugin for selecting emojis'
-url='https://github.com/Mange/rofi-emoji'
-arch=('x86_64')
-license=('MIT')
-depends=('rofi')
-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=('ae1cd669bbbde82aaf04e7e11eaef8c01b99789e035b89ea3dda6b1009723bbec5ce6c15691a8f711b8133a1600088d2806306ea00352fa19beb9d51561ab5f9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-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 1258980, rofi-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 12:33:25 UTC (rev 1258981)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Magnus Bergmark <magnus.bergmark at gmail.com>
+
+pkgname=rofi-emoji
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='A Rofi plugin for selecting emojis'
+url='https://github.com/Mange/rofi-emoji'
+arch=('x86_64')
+license=('MIT')
+depends=('rofi')
+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=('a3e649cebfc5af577c6ca402b022dd40f3d634ef00b09fb46affb0974d93f0b4e09094af220b1991d8c2b48100ba3149870395b395c7eda1bcf8f226080e24ea')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list