summaryrefslogtreecommitdiff
path: root/pcr/frame
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:52:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:52:49 +0100
commit5adfc81361629613660be199b4f1bb5f11cdba82 (patch)
tree36a69fe165a72b19073ac33362dbb76f3b510a64 /pcr/frame
parent43ca8c28d788504d583d468c4e026140a001a79b (diff)
pcr/frame: updated to 2.5.0
Diffstat (limited to 'pcr/frame')
-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')