Skip to content

Commit

Permalink
qt5: Use common syntax for SRCURL
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent 3491819 commit bd46994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# BEE_VERSION qt5-5.10.1-0

SRCURL=(https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz)
SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz"

PREFIX=/usr/local/qt5

Expand Down

0 comments on commit bd46994

Please sign in to comment.