summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-18 03:02:32 +0500
committerDmitry Kharitonov2019-02-18 03:02:32 +0500
commit03148024fbba6fa25656edbd1207161ee330d745 (patch)
tree813619585108cfe096820ec488500b90048e0ce7
parent6395110293bba1cbc014c90779ba7b5133fac719 (diff)
downloadaur-03148024fbba6fa25656edbd1207161ee330d745.tar.gz
Removed unnecessary seds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e4b8fc2ea5..f0a7d536d51c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdfbeads
pkgdesc = A small utility written in Ruby which takes scanned page images and converts them into a single PDF file
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ImageProcessing-ElectronicPublications/ruby-pdfbeads
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b5658c5f63e1..37c98df8cfa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pdfbeads
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A small utility written in Ruby which takes scanned page images and converts them into a single PDF file"
arch=('any')
url='https://github.com/ImageProcessing-ElectronicPublications/ruby-pdfbeads'
@@ -34,9 +34,6 @@ sha256sums=('f77d7a33cb9ef5963bc735f7b7bb4ffdadd94291291bb3581a4ec4ece39b9ab3'
prepare() {
cd ruby-${pkgname}-${pkgver}
- sed 's|git ls-files -z|find -print0|' -i ${pkgname}.gemspec
- sed 's|~>|>=|g' -i ${pkgname}.gemspec # don't give a fuck about rubys bla bla
-
patch -p0 -i ../license.patch
}