summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8fe72eadb3..ba05e7d8c96e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vcp-git
pkgdesc = Visual cp: a cp program with some scrollbars
pkgver = 2.2.r4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Leask/VCP
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c79337a745c5..fb9aaa640e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vcp-git
pkgver=2.2.r4
-pkgrel=1
+pkgrel=2
pkgdesc="Visual cp: a cp program with some scrollbars"
arch=('i686' 'x86_64')
url="https://github.com/Leask/VCP"
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_gitname"
- make
+ CFLAGS+=" -fcommon" make
}
package() {