summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Zemva2019-09-28 22:58:32 +0200
committerJanez Zemva2019-09-28 22:58:32 +0200
commit414b2f4083c4212e166fbe63967f67bc865031f6 (patch)
treef2fbb5e6f00ca91f1c18e5fe0ea7ab4fff6ca6bf
parent7cda3e14fb9fe5915d5c51440c27437c49aecfe2 (diff)
downloadaur-414b2f4083c4212e166fbe63967f67bc865031f6.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1488ee7170..8f0e45c5680b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastgcc
pkgdesc = experimental gcc supporting faster compilation
pkgver = 9.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c70ede60aa5d..af43388b7dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(fastgcc)
pkgver=9.2.0
_majorver=${pkgver:0:1}
_islver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc='experimental gcc supporting faster compilation'
arch=(x86_64)
license=(GPL LGPL FDL custom)