mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update to 3.4
Use b2sums instead of sha256sums Add .gitignore
This commit is contained in:
parent
7323eb0bda
commit
ab265bb1de
3 changed files with 17 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = meteo-qt
|
||||
pkgdesc = System tray application for weather status information
|
||||
pkgver = 3.3
|
||||
pkgrel = 2
|
||||
pkgver = 3.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/dglent/meteo-qt
|
||||
arch = any
|
||||
license = GPL-3.0-only
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = meteo-qt
|
|||
depends = python-pyqt5
|
||||
depends = python-urllib3
|
||||
optdepends = qt5-translations: translations of some native UI components
|
||||
source = meteo-qt-3.3.tar.gz::https://github.com/dglent/meteo-qt/archive/refs/tags/v3.3.tar.gz
|
||||
sha256sums = 823647bcc7a6de9379c9608d30c5231257d66fe172e9d96bf3962900dc8e8af5
|
||||
source = meteo-qt-3.4.tar.gz::https://github.com/dglent/meteo-qt/archive/refs/tags/v3.4.tar.gz
|
||||
b2sums = 44980c54c4fd746b487192e621b84ec278db22fdea534646535f49535dc1937a815d79ede3870e49f14c95c051c73c90f4e1cdd25099ebf311bc3ecb540d727c
|
||||
|
||||
pkgname = meteo-qt
|
||||
|
|
|
|||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*
|
||||
!.gitignore
|
||||
!PKGBUILD
|
||||
!.SRCINFO
|
||||
|
||||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: Peter Mattern <pmattern at arcor dot de>
|
||||
# Maintainer: Kef Schecter <furrykef@gmail.com>
|
||||
# Contributor: Peter Mattern <pmattern at arcor dot de>
|
||||
|
||||
pkgname=meteo-qt
|
||||
pkgver=3.3
|
||||
pkgrel=2
|
||||
pkgver=3.4
|
||||
pkgrel=1
|
||||
pkgdesc='System tray application for weather status information'
|
||||
arch=('any')
|
||||
url='https://github.com/dglent/meteo-qt'
|
||||
|
|
@ -11,9 +12,10 @@ depends=('python-lxml' 'python-pyqt5' 'python-urllib3')
|
|||
makedepends=('python-setuptools' 'qt5-tools')
|
||||
optdepends=('qt5-translations: translations of some native UI components')
|
||||
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('823647bcc7a6de9379c9608d30c5231257d66fe172e9d96bf3962900dc8e8af5')
|
||||
b2sums=('44980c54c4fd746b487192e621b84ec278db22fdea534646535f49535dc1937a815d79ede3870e49f14c95c051c73c90f4e1cdd25099ebf311bc3ecb540d727c')
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
python setup.py install --root $pkgdir
|
||||
cd $pkgname-$pkgver
|
||||
python setup.py install --root $pkgdir
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue