summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-05 22:16:06 -0800
committerDonald Carr2016-01-05 22:16:06 -0800
commit3f8689415615619886ef0982fa5e27626ee65df4 (patch)
treea877d050a678d8595322a8e279aed77bba68059e /PKGBUILD
parentf27652d23f1279164322f2dbfc49fff49cded76c (diff)
downloadaur-3f8689415615619886ef0982fa5e27626ee65df4.tar.gz
Package has changed, reflect this
Change-Id: I3df37978d874e82b1c6637e2b8a34de55f95cfca
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cba163f5c54..e74196acfc67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@
# I use NFS personally: sudo mount qpii.local:/ /mnt/pi
# comment this turkey out in any circumstance when you need to regenate .SRCINFO
+echo "Set your sysroot prior to build" && exit 1
_sysroot=/mnt/pi
pkgname=qpii
@@ -21,7 +22,7 @@ _mkspec="linux-r${_piver}-g++"
pkgver=5.6.0
_pkgver=${pkgver}-beta
_pipkgname=qt-everywhere-opensource-src-${_pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="Qt for the ${_piver}, coz this shouldnt be obtuse"
arch=("x86_64" "i686")
url="http://www.qt.io"