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

Evgeniy Alekseev arcanis at archlinux.org
Mon Mar 6 08:28:16 UTC 2017


    Date: Monday, March 6, 2017 @ 08:28:15
  Author: arcanis
Revision: 215071

upgpkg: pdfsam 3.3.0-1

Modified:
  pdfsam/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 08:27:56 UTC (rev 215070)
+++ PKGBUILD	2017-03-06 08:28:15 UTC (rev 215071)
@@ -3,8 +3,7 @@
 # Contributor: Tom <reztho at archlinux dot us>
 
 pkgname=pdfsam
-pkgver=3.2.5
-_pkgver="${pkgver}.RELEASE"
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
@@ -12,7 +11,7 @@
 license=('AGPL3')
 depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip"
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip"
         "pdfsam"
         "pdfsam.png")
 
@@ -27,13 +26,13 @@
 
 package() {
   install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
-  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
+  install -Dm644 "${pkgname}-${pkgver}/pdfsam-community-${pkgver}.jar" \
                  "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+  install -Dm755 "${pkgname}-${pkgver}/bin/pdfsam.sh" \
                  "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+  install -Dm755 "${pkgname}-${pkgver}/etc/logback.xml" \
                  "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
-  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+  install -Dm755 "${pkgname}-${pkgver}/resources/splash.gif" \
                  "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
 
   # exec
@@ -44,6 +43,6 @@
   install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }
 
-md5sums=('a2851738b0f76e54e05dd723cc0a52ef'
+md5sums=('d3fd0ddab7b68c8881a7c346b898073e'
          'e98c7828d1d8b4fdb7ba76c0e0f180db'
          '033e0e52c29624ce31d86b8a8b43adb6')



More information about the arch-commits mailing list