summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2022-01-22 17:05:09 -0800
committerAnatol Pomozov2022-01-22 17:07:49 -0800
commit8e2970cfe143e55106bc4323fde67811e9225a40 (patch)
treee4e852cbec59a333f1456e5d2d471fd2ab4d260f
parentcfe4f18c7b38574ae12ed57479f0ea80a13e79d6 (diff)
downloadaur-8e2970cfe143e55106bc4323fde67811e9225a40.tar.gz
Switch to WIP branch
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5063019284b7..17dfc62a152d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = booster-git
- pkgdesc = Fast and secure initramfs generator
- pkgver = 0.7.r70.gf371e98
+pkgbase = booster-wip-git
+ pkgdesc = Fast and secure initramfs generator. Booster WIP branch.
+ pkgver = 0.7.r72.ga9ec0f1
pkgrel = 1
url = https://github.com/anatol/booster
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = booster-git
conflicts = booster
replaces = booster
backup = etc/booster.yaml
- source = git+https://github.com/anatol/booster
+ source = git+https://github.com/anatol/booster#branch=wip
sha512sums = SKIP
-pkgname = booster-git
+pkgname = booster-wip-git
diff --git a/PKGBUILD b/PKGBUILD
index bc2dfab3cb83..b91d852f6367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Anatol Pomozov
-pkgname=booster-git
-pkgver=0.7.r70.gf371e98
+pkgname=booster-wip-git
+pkgver=0.7.r72.ga9ec0f1
pkgrel=1
-pkgdesc='Fast and secure initramfs generator'
+pkgdesc='Fast and secure initramfs generator. Booster WIP branch.'
arch=(x86_64)
url='https://github.com/anatol/booster'
license=(MIT)
@@ -19,7 +19,7 @@ backup=(etc/booster.yaml)
provides=(booster initramfs)
conflicts=(booster)
replaces=(booster)
-source=(git+https://github.com/anatol/booster)
+source=(git+https://github.com/anatol/booster#branch=wip)
sha512sums=('SKIP')
pkgver() {