summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c670f3bb7142..d24309cf7993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ruby-prawn-icon
pkgdesc = Provides icon fonts for PrawnPDF
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jessedoyle/prawn-icon/
arch = any
license = RUBY
- license = GPL-2
- license = GPL-3
+ license = GPL2
+ license = GPL3
depends = ruby
depends = ruby-prawn
noextract = prawn-icon-2.5.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 166ac56be6d7..6908c0f62223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_gemname=prawn-icon
pkgname=ruby-$_gemname
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Provides icon fonts for PrawnPDF'
arch=(any)
url='https://github.com/jessedoyle/prawn-icon/'
-license=(RUBY GPL-2 GPL-3)
+license=(RUBY GPL2 GPL3)
depends=(ruby ruby-prawn)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)