blob: ba5a5b19da8f8e04a767ae947b8760e08d40f5dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = pkgbuild-updater
pkgdesc = Automatic PKGBUILD updater script which fetches the new version and then pushes the update
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/ire4ever1190/pkgbuild-updater
arch = any
license = MIT
depends = jq
depends = pacman-contrib
provides = pkgbuild-updater
source = pkgbuild-updater-0.2.0.tar.gz::https://github.com/ire4ever1190/pkgbuild-updater/archive/refs/tags/0.2.0.tar.gz
sha256sums = 8e78f34404b358ebc0f431065a5fb8e5f184268b4daabcdbe01a8c9362701166
pkgname = pkgbuild-updater
|