Skip to content

Commit

Permalink
Update vlc-nightly to 4.0.0v20180915
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Sep 15, 2018
1 parent 2a2ef3b commit 0fb425a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions vlc/nightly/PKGBUILD
Expand Up @@ -5,10 +5,10 @@

_appname_=vlc
pkgname=${_appname_}-nightly
pkgver=4.0.0v20180907
pkgver=4.0.0v20180915
_pkgver=4.0.0
_snapshot_=20180907
_snapver_=0230
_snapshot_=20180915
_snapver_=0232
_suffix_=dev
_nightly_=${_snapshot_}-${_snapver_}
pkgrel=1
Expand Down
2 changes: 1 addition & 1 deletion vlc/nightly/update.sh
Expand Up @@ -10,7 +10,7 @@ srcurl='http://nightlies.videolan.org/build/source/'
srclist=$(curl "$srcurl")

msg 'Find latest nightly'
fileregex='.*(<a\ +href=\")([^\"]+)(\">)'
fileregex='(<a\ +href=\")(vlc-[^\"]+)(\">)'
if ! [[ $srclist =~ $fileregex ]]; then
echo 'No source found'
exit -1
Expand Down

0 comments on commit 0fb425a

Please sign in to comment.