summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668cce2cf956..5367171320ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cog
pkgdesc = WPE launcher and webapp container
pkgver = 0.4.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/Igalia/cog
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
index 5db79a8263ea..218620e2fb38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/pkg/
-/src/
-/*.tar
-/*.tar.*
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 6a5ac5decf07..88f971789e0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog
pkgver=0.4.0
-pkgrel=0
+pkgrel=1
url=https://github.com/Igalia/cog
arch=(i686 x86_64 aarch64)
groups=(wpe)
@@ -18,7 +18,7 @@ sha1sums=('284d2a641e6269b296057918602c8c94eb831527' 'SKIP')
sha256sums=('e9c13a51232434b7340a419b1e6f59c40c582cd80c8e60bd9ec7de16c904fc03' 'SKIP')
build () {
- cmake -H"${pkgname}-${pkgver}" -Bbuild
+ cmake -H"${pkgname}-${pkgver}" -Bbuild \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib