summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa24f199b70d..fe06c969831c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = wpebackend
+ pkgdesc = General-purpose library specifically developed for the WPE-flavored port of WebKit.
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WebPlatformForEmbedded/WPEBackend
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6d57e6c4fc3d..1ebb2ebda24c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
+pkgdesc='General-purpose library specifically developed for the WPE-flavored port of WebKit.'
pkgname=wpebackend
pkgver=0.2.0
-pkgrel=1
-pkgdesc=
+pkgrel=2
url=https://github.com/WebPlatformForEmbedded/WPEBackend
arch=(x86_64 i686)
makedepends=(cmake opengl-driver)