mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Update to v0.2.1
This commit is contained in:
parent
d06f963092
commit
4d17faf2c4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = anneal
|
||||
pkgdesc = Proactive AUR rebuild management for Arch Linux
|
||||
pkgver = 0.2.0
|
||||
pkgver = 0.2.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/MarkWells-Dev/Anneal
|
||||
arch = x86_64
|
||||
|
|
@ -14,7 +14,7 @@ pkgbase = anneal
|
|||
optdepends = aura: AUR helper for rebuilding packages
|
||||
optdepends = trizen: AUR helper for rebuilding packages
|
||||
optdepends = rebuild-detector: detect packages needing rebuild via checkrebuild
|
||||
source = anneal-0.2.0.tar.gz::https://github.com/MarkWells-Dev/Anneal/archive/v0.2.0.tar.gz
|
||||
sha256sums = d0e8da09d86220f51f112a2ce24e7ea21db512d2b61999d6c6b087e8c9f19bac
|
||||
source = anneal-0.2.1.tar.gz::https://github.com/MarkWells-Dev/Anneal/archive/v0.2.1.tar.gz
|
||||
sha256sums = 75a02806b6179cb63f7ce61c026f03a9cfc552c7cc86d77ba681173601c420e5
|
||||
|
||||
pkgname = anneal
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mark Wells <contact@markwells.dev>
|
||||
pkgname=anneal
|
||||
_reponame=Anneal
|
||||
pkgver=0.2.0
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="Proactive AUR rebuild management for Arch Linux"
|
||||
arch=('x86_64')
|
||||
|
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
'rebuild-detector: detect packages needing rebuild via checkrebuild'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('d0e8da09d86220f51f112a2ce24e7ea21db512d2b61999d6c6b087e8c9f19bac')
|
||||
sha256sums=('75a02806b6179cb63f7ce61c026f03a9cfc552c7cc86d77ba681173601c420e5')
|
||||
|
||||
prepare() {
|
||||
cd "$_reponame-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue