[arch-commits] Commit in (xapp xapp/trunk/PKGBUILD xapps)

Eli Schwartz eschwartz at archlinux.org
Sun Aug 30 20:49:10 UTC 2020


    Date: Sunday, August 30, 2020 @ 20:49:08
  Author: eschwartz
Revision: 693132

upgpkg: xapp 1.8.9-1 which is renamed from "xapps"

A normal boring upstream release, except the repo name got changed. Since it is
also now corresponding to the meson.build project name and the mint source
package name, I figure it makes more sense to rename the package than to
override the extracted directory name.

Added:
  xapp/
Modified:
  xapp/trunk/PKGBUILD
Deleted:
  xapps/

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: xapp/trunk/PKGBUILD
===================================================================
--- xapps/trunk/PKGBUILD	2020-08-30 20:48:53 UTC (rev 693131)
+++ xapp/trunk/PKGBUILD	2020-08-30 20:49:08 UTC (rev 693132)
@@ -2,8 +2,8 @@
 # Contributor: Alex Filgueira <alexfilgueira (at antergos.com)>
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
-pkgname=xapps
-pkgver=1.8.8
+pkgname=xapp
+pkgver=1.8.9
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -12,9 +12,12 @@
 depends=('libdbusmenu-gtk3' 'libgnomekbd')
 optdepends=('python: for mate-desktop status applet')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+provides=('xapps')
+conflicts=('xapps')
+replaces=('xapps')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8de282331658971ce154676273a402c9d0149df4ee167625d21282f126d773a6')
-b2sums=('f71a3d9ab5e482488fc5595d00302b1c5f61c077e494964d27996845ed49080c19c03a21525a612bdbc5a50dc2ed6a0266a8668caf4734df9978accb8f35048c')
+sha256sums=('6200c026589f655d936574ec3dc648936e737234413e9e0ee1e783575e7e1a8f')
+b2sums=('37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc')
 
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build



More information about the arch-commits mailing list