summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2022-09-10 22:49:46 -0300
committerFilipe Nascimento2022-09-10 22:49:46 -0300
commit8b461fca50f838af8f3102248c8add20b7877e83 (patch)
treec7d2635b5a6515b82c45aadc683bc966f5266882
parent27f2fbf62d98dd8f758f6f003d210eccefac793b (diff)
downloadaur-8b461fca50f838af8f3102248c8add20b7877e83.tar.gz
upgpkg: ruby-xdg5 5.3.0-2
adding provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6521dc2decf..978aa90afc11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ruby-xdg5
pkgdesc = Provides a Ruby implementation of the XDG Base Directory Specification (version 5.x)
pkgver = 5.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.alchemists.io/projects/xdg
arch = any
license = Apache
makedepends = ruby-rdoc
depends = ruby
+ provides = ruby-xdg=5.3.0
conflicts = ruby-xdg
noextract = xdg-5.3.0.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 22c6a98573a1..961c65047c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_gemname=xdg
pkgname=ruby-xdg5
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Provides a Ruby implementation of the XDG Base Directory Specification (version 5.x)"
arch=('any')
url="https://www.alchemists.io/projects/xdg"
license=('Apache')
depends=('ruby')
makedepends=('ruby-rdoc')
+provides=('ruby-xdg=5.3.0')
conflicts=('ruby-xdg')
options=(!emptydirs)
source=("http://rubygems.org/downloads/xdg-$pkgver.gem")