Skip to content

Commit

Permalink
Merge pull request #1570 from mariux64/fix-sqlitestudio-321
Browse files Browse the repository at this point in the history
sqlitestudio: fix v3.2.1 download
  • Loading branch information
pmenzel authored Jan 9, 2020
2 parents 172c297 + 27f5b8b commit 4b1e3ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sqlitestudio.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION sqlitestudio-3.2.1-0
# BEE_VERSION sqlitestudio-3.2.1-1

# BEE_BUILDTYPE=make

# more info: https://foo.bar.com

SRCURL[0]="http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/sqlitestudio-${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/pawelsalawa/sqlitestudio/archive/${PKGVERSION}.tar.gz"

# PATCHURL+=()

Expand All @@ -25,8 +25,8 @@ SRCURL[0]="http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/sqlitestudio-
mee_configure() {
DESTDIR="${D}" \
qmake \
"DEFINES += NO_AUTO_UPDATES" \
../source/SQLiteStudio3.pro
"DEFINES += NO_AUTO_UPDATES" \
../source/SQLiteStudio3/SQLiteStudio3.pro
}

mee_build() {
Expand Down

0 comments on commit 4b1e3ec

Please sign in to comment.