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

Andreas Radke andyrtr at archlinux.org
Tue Feb 19 12:25:19 UTC 2019


    Date: Tuesday, February 19, 2019 @ 12:25:18
  Author: andyrtr
Revision: 346509

upgpkg: xorg-xcalc 1.0.7-1

upstream update 1.0.7

Modified:
  xorg-xcalc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 11:45:43 UTC (rev 346508)
+++ PKGBUILD	2019-02-19 12:25:18 UTC (rev 346509)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xcalc
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="Scientific calculator for X"
 arch=('x86_64')
 url="https://cgit.freedesktop.org/xorg/app/xcalc/"
@@ -12,18 +12,18 @@
            'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
 source=(https://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
-sha512sums=('61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908'
+sha512sums=('890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388'
             'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
 
 build() {
-  cd "${srcdir}/xcalc-${pkgver}"
+  cd xcalc-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xcalc-${pkgver}"
+  cd xcalc-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list