Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
feeluown-ytmusic


Commits:
8607209b by Felix Yan at 2024-01-25T23:53:54+02:00
upgpkg: 0.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = feeluown-ytmusic
        pkgdesc = YouTube Music for FeelUOwn music player
-       pkgver = 0.3.3
-       pkgrel = 2
+       pkgver = 0.3.4
+       pkgrel = 1
        url = https://github.com/feeluown/feeluown-ytmusic
        arch = any
        license = GPL-3.0-or-later
@@ -13,7 +13,9 @@ pkgbase = feeluown-ytmusic
        depends = python-pytube
        depends = python-ytmusicapi
        optdepends = feeluown-netease: Lyric source
-       source = 
https://github.com/feeluown/feeluown-ytmusic/archive/v0.3.3/feeluown-ytmusic-0.3.3.tar.gz
-       sha256sums = 
b61a9fab8e9ac8d77e025d09109a9ffbd0513c59f18d6ab3d90d01c44d8bc94b
+       source = 
https://github.com/feeluown/feeluown-ytmusic/archive/v0.3.4/feeluown-ytmusic-0.3.4.tar.gz
+       source = 
feeluown-ytmusic-fix-test_stream_url.patch::https://github.com/feeluown/feeluown-ytmusic/pull/9.patch
+       sha256sums = 
f493dc869263ad385b0965301ddb445b4634d9384413010fffe37fecd2cfb4bf
+       sha256sums = 
1261f7a31798e6a088ce6b58cafe19f7bd460f140e7ee0257e1c15dd237d0bce
 
 pkgname = feeluown-ytmusic


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _name=fuo-ytmusic
 pkgname=feeluown-ytmusic
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="YouTube Music for FeelUOwn music player"
 arch=('any')
 url="https://github.com/feeluown/feeluown-ytmusic";
@@ -13,8 +13,15 @@ depends=('feeluown' 'python-pydantic' 'python-cachetools' 
'python-pytube' 'pytho
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 optdepends=('feeluown-netease: Lyric source')
-source=("https://github.com/feeluown/feeluown-ytmusic/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b61a9fab8e9ac8d77e025d09109a9ffbd0513c59f18d6ab3d90d01c44d8bc94b')
+source=("https://github.com/feeluown/feeluown-ytmusic/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+               
$pkgname-fix-test_stream_url.patch::https://github.com/feeluown/feeluown-ytmusic/pull/9.patch)
+sha256sums=('f493dc869263ad385b0965301ddb445b4634d9384413010fffe37fecd2cfb4bf'
+            '1261f7a31798e6a088ce6b58cafe19f7bd460f140e7ee0257e1c15dd237d0bce')
+
+prepare() {
+       cd $pkgname-$pkgver
+       patch -p1 -i ../$pkgname-fix-test_stream_url.patch
+}
 
 build() {
        cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/feeluown-ytmusic/-/commit/8607209b780f9e1ca1ac04ca9451d9412e38d50e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/feeluown-ytmusic/-/commit/8607209b780f9e1ca1ac04ca9451d9412e38d50e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to