fix PKGBUILD
This commit is contained in:
parent
951ad4b1ab
commit
b7ddd65a49
2 changed files with 4 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -3,14 +3,12 @@ pkgbase = python-browser-history-merger
|
|||
pkgver = 0.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/qwjyh/browser-history-merger
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = GPL-3.0-only
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
provides = luax
|
||||
source = https://github.com/qwjyh/browser-history-merger/archive/refs/tags/v0.1.0.tar.gz
|
||||
sha256sums = 2133c771fc7347f4907a34f00c7815917f93f67f59233116c1141a17e27c25cd
|
||||
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -10,10 +10,9 @@ pkgrel=1
|
|||
pkgdesc="Simple tool to merge browser histories into a single database"
|
||||
depends=('python')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
provides=('luax')
|
||||
arch=('x86_64' 'aarch64')
|
||||
arch=('any')
|
||||
url="https://github.com/qwjyh/browser-history-merger"
|
||||
license=('GPL-3.0-only')
|
||||
license=('MIT')
|
||||
source=("https://github.com/qwjyh/browser-history-merger/archive/refs/tags/v0.1.0.tar.gz")
|
||||
sha256sums=('2133c771fc7347f4907a34f00c7815917f93f67f59233116c1141a17e27c25cd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue