comparison bing4desktop/PKG/PKGBUILD @ 21:7f02682ff5ed

bing4desktop-0.240207-4
author prymula <prymula76@outlook.com>
date Wed, 07 Feb 2024 22:51:58 +0100
parents e7a6488c02b7
children 02409f02eea6
comparison
equal deleted inserted replaced
20:5c6ead828ca5 21:7f02682ff5ed
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
2 2
3 pkgname=bing4desktop 3 pkgname=bing4desktop
4 pkgver=0.240207 4 pkgver=0.240207
5 pkgrel=3 5 pkgrel=4
6 pkgdesc="Beautify your desktop with photos from Bing search engine" 6 pkgdesc="Beautify your desktop with photos from Bing search engine"
7 arch=('any') 7 arch=('any')
8 url="prymula.ct8.pl" 8 url="prymula.ct8.pl"
9 license=('Public Domain') 9 license=('Public Domain')
10 groups=() 10 groups=()
11 provides=('bing4desktop') 11 provides=('bing4desktop')
12 depends=('python' 'python-pillow' 'python-requests' 'tk') 12 depends=('python' 'python-pillow' 'python-requests' 'tk')
13 makedepends=('python' 'python-pillow' 'python-requests' 'tk') 13 makedepends=('python' 'python-pillow' 'python-requests' 'tk')
14 source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz) 14 source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz)
15 noextract=() 15 noextract=()
16 sha256sums=('45ff8acee60441dd0e938ab231228250dd3927683de88e91ca890bf873e55d71') #generate with 'makepkg -g' || sha256sum 16 sha256sums=('4a302766271ec0c62e4783d507b05534191c976e8b543197da59de759b8d1a1c') #generate with 'makepkg -g' || sha256sum
17 17
18 #build() { 18 #build() {
19 #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" 19 #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
20 #python -m build --wheel --no-isolation 20 #python -m build --wheel --no-isolation
21 #} 21 #}