Skip to content

Commit

Permalink
pdfpc: Update version from 4.3.2 to 4.3.4
Browse files Browse the repository at this point in the history
From the [change-log][1]:

> Version 4.3.4
> =============
>
> *Released: June 2019*
>
> - Fix loading of key bindings
>
> Version 4.3.3
> =============
>
> *Released: June 2019*
>
> - Better video playback support on Mac OS X

[1]: https://github.com/pdfpc/pdfpc/blob/4.3-maintenance/CHANGELOG.txt
  • Loading branch information
pmenzel committed Jul 5, 2019
1 parent 394d1f1 commit 46e3ae6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pdfpc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pdfpc-4.3.2-0
# BEE_VERSION pdfpc-4.3.4-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -47,10 +47,9 @@ SRCURL[0]="https://github.com/pdfpc/pdfpc/archive/v${PKGVERSION}.tar.gz pdfpc-${
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
-DSYSCONFDIR=/etc
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 46e3ae6

Please sign in to comment.