summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2016-04-02 03:50:20 +0200
committerPiotr Rogoża2016-04-02 03:50:20 +0200
commit3582a62385cac8338ef8b556407e7aabfee1b05f (patch)
tree2b69f7ea07202f649ee94722ac8d6db481126cdb
parent80695f004f550d359424dc3b75203a662e76b7a7 (diff)
downloadaur-3582a62385cac8338ef8b556407e7aabfee1b05f.tar.gz
Updated sum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0f8239ab11..8f0ad382db9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat Apr 2 01:50:12 UTC 2016
pkgbase = gcccpuopt
pkgdesc = Prints the GCC CPU-specific options tailored for the current CPU.
pkgver = 0.99.14
- pkgrel = 1
+ pkgrel = 2
url = http://www.pixelbeat.org/
arch = any
license = GPL
depends = bash
source = gcccpuopt-0.99.14.sh::https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt
- sha256sums = c50a35cd88825e66154823c1807cb5a28db36498286155c56fcbb09391c5c336
+ sha256sums = f6ec88d653e27113f21f99af82408e8683a9cbd4e91fc2a56b245dab66ff3e55
pkgname = gcccpuopt
diff --git a/PKGBUILD b/PKGBUILD
index 6495758666a6..24e49f4f9879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=gcccpuopt
pkgver=0.99.14
-pkgrel=1
+pkgrel=2
pkgdesc="Prints the GCC CPU-specific options tailored for the current CPU."
arch=('any')
license=('GPL')
url="http://www.pixelbeat.org/"
source=("$pkgname-$pkgver.sh::https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt")
-sha256sums=('c50a35cd88825e66154823c1807cb5a28db36498286155c56fcbb09391c5c336')
+sha256sums=('f6ec88d653e27113f21f99af82408e8683a9cbd4e91fc2a56b245dab66ff3e55')
depends=(bash)
package() {