summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2015-08-09 11:33:18 +0200
committerPiotr Rogoża2015-08-09 11:33:18 +0200
commit80695f004f550d359424dc3b75203a662e76b7a7 (patch)
tree13feee3b2178ddc3cb141d4cfaa2c7062e7c00f4
parent2755c9b8a2aa1780633675ad51851056c1ff4c86 (diff)
downloadaur-80695f004f550d359424dc3b75203a662e76b7a7.tar.gz
Upgraded to 0.99.14
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cb0332fd97..de0f8239ab11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gcccpuopt
pkgdesc = Prints the GCC CPU-specific options tailored for the current CPU.
- pkgver = 0.99.12
- pkgrel = 2
+ pkgver = 0.99.14
+ pkgrel = 1
url = http://www.pixelbeat.org/
arch = any
license = GPL
- source = https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt
- sha256sums = ca67106f008b2f22bc4cf6565ae15b1159f71fb417c1fe581f72ac6a7a0dac51
+ depends = bash
+ source = gcccpuopt-0.99.14.sh::https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt
+ sha256sums = c50a35cd88825e66154823c1807cb5a28db36498286155c56fcbb09391c5c336
pkgname = gcccpuopt
diff --git a/PKGBUILD b/PKGBUILD
index 1cde954e0e3d..6495758666a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=gcccpuopt
-pkgver=0.99.12
-pkgrel=2
+pkgver=0.99.14
+pkgrel=1
pkgdesc="Prints the GCC CPU-specific options tailored for the current CPU."
arch=('any')
license=('GPL')
url="http://www.pixelbeat.org/"
-source=("https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt")
-sha256sums=('ca67106f008b2f22bc4cf6565ae15b1159f71fb417c1fe581f72ac6a7a0dac51')
+source=("$pkgname-$pkgver.sh::https://raw.github.com/pixelb/scripts/master/scripts/gcccpuopt")
+sha256sums=('c50a35cd88825e66154823c1807cb5a28db36498286155c56fcbb09391c5c336')
+depends=(bash)
package() {
- install -D -m775 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
+ install -D -m775 $srcdir/$pkgname-$pkgver.sh $pkgdir/usr/bin/$pkgname
}