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

Levente Polyak anthraxx at archlinux.org
Sat Jan 19 18:07:30 UTC 2019


    Date: Saturday, January 19, 2019 @ 18:07:29
  Author: anthraxx
Revision: 424850

upgpkg: ccache 3.6-1

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 17:15:11 UTC (rev 424849)
+++ PKGBUILD	2019-01-19 18:07:29 UTC (rev 424850)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.5.1a
+pkgver=3.6
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous compilations'
 url='https://ccache.samba.org/'
@@ -12,13 +12,13 @@
 depends=('zlib')
 source=(https://www.samba.org/ftp/ccache/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl <joel at rosdahl.net>
-sha256sums=('0baea2c5bc4169ed3dad1f895e6d279323c5b8d3c9f0209998fe6da4601d0701'
+sha256sums=('a6b129576328fcefad00cb72035bc87bc98b6a76aec0f4b59bed76d67a399b1f'
             'SKIP')
-sha512sums=('8a2e9eb06ba21fcf92084afd94fc221168693de545e0448f4da2098bef2bcbfdb017117c325b0bab4931b9e346dd8c1a9d1ebaed0cdc36496d9452985cdd1b43'
+sha512sums=('13ce4c9084983ce77617cf005235987715cd6b630dac13a17cb9badce24aab71bff505e63da4206878e32d337cc674f05fbf78540711ec5b33a0b8384c47fa0d'
             'SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver/a/}
+  cd ${pkgname}-${pkgver}
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc
@@ -26,12 +26,12 @@
 }
 
 check() {
-  cd ${pkgname}-${pkgver/a/}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver/a/}
+  cd ${pkgname}-${pkgver}
 
   install -Dm 755 ccache -t "${pkgdir}/usr/bin"
   install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"



More information about the arch-commits mailing list