summaryrefslogtreecommitdiff
path: root/pcr/frame/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/frame/PKGBUILD')
-rw-r--r--pcr/frame/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/pcr/frame/PKGBUILD b/pcr/frame/PKGBUILD
index c2fd232ec..ed641568b 100644
--- a/pcr/frame/PKGBUILD
+++ b/pcr/frame/PKGBUILD
@@ -1,10 +1,13 @@
-# Contributor (Arch): Nicolas Quiénot < niQo at aur >
+# Contributor (AUR): Nicolas Quiénot < niQo at aur >
+
+# parabola changes and rationale:
+# no changes.
pkgname=frame
pkgver=2.5.0
pkgrel=1
pkgdesc="Frame handles the buildup and synchronization of a set of simultaneous touches."
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="https://launchpad.net/frame"
license=(GPL)
depends=('libxi' 'gcc-libs')
@@ -14,6 +17,8 @@ conflicts=('utouch-frame')
replaces=('utouch-frame')
options=('!libtool')
source=(http://launchpad.net/$pkgname/trunk/v$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('02baa941091c5d198cd1623b3ad36e68')
+
build() {
@@ -29,4 +34,3 @@ package() {
make DESTDIR="$pkgdir/" install
}
-md5sums=('02baa941091c5d198cd1623b3ad36e68')