Date: Tuesday, March 6, 2018 @ 22:10:27 Author: alucryd Revision: 303335
upgpkg: pantheon-videos 0.2.5-1 Modified: pantheon-videos/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-06 22:10:21 UTC (rev 303334) +++ PKGBUILD 2018-03-06 22:10:27 UTC (rev 303335) @@ -3,8 +3,8 @@ # Contributor: Ner0 <[email protected]> pkgname=pantheon-videos -pkgver=0.2.4 -pkgrel=2 +pkgver=0.2.5 +pkgrel=1 pkgdesc='The Pantheon Video Player' arch=('x86_64') url='https://github.com/elementary/videos' @@ -21,10 +21,8 @@ 'gst-plugins-good: "Good" plugin libraries' 'gst-plugins-bad: "Bad" plugin libraries' 'gst-plugins-ugly: "Ugly" plugin libraries') -source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz" - remove-glib-application-set-default.patch) -sha256sums=('b79c995cd48b4c4a5064a66673449f981ca5d1085e690c939544939061513a1f' - 'eb95236f813defcd9b2cb4dc58299188d0a8556d77e20c253127d09af1759df9') +source=("pantheon-videos-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz") +sha256sums=('4f22565033f5c44380d215c5f9c3672a8a2ad75d81af0e06b7b5a4bf18522207') prepare() { if [[ -d build ]]; then @@ -31,8 +29,6 @@ rm -rf build fi mkdir build - cd videos-$pkgver - patch -Np1 -i ../remove-glib-application-set-default.patch } build() {
