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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Dec 13 10:55:56 UTC 2018


    Date: Thursday, December 13, 2018 @ 10:55:55
  Author: bpiotrowski
Revision: 341634

7.6.8-1

Modified:
  libatomic_ops/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-13 09:48:48 UTC (rev 341633)
+++ PKGBUILD	2018-12-13 10:55:55 UTC (rev 341634)
@@ -5,7 +5,7 @@
 # Contributor: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=libatomic_ops
-pkgver=7.6.6
+pkgver=7.6.8
 pkgrel=1
 pkgdesc='Provides semi-portable access to hardware provided atomic memory operations'
 arch=(x86_64)
@@ -14,12 +14,8 @@
 license=(GPL2 MIT)
 options=(!docs)
 source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074')
+sha256sums=('1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665')
 
-prepare() {
-  cd $pkgname-$pkgver
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static --enable-shared



More information about the arch-commits mailing list