Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / atools
Commits:
5fb5644c by Robin Candau at 2025-12-03T00:20:29+01:00
upgpkg: 20.2.2-5: Remove abuild optdepends
While atools is usually used in combination with abuild, there's no
actual/direct link between them so a dependency (even optional) doesn't really
feel appropriate here
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = atools
pkgdesc = APKBUILD and aports linter for Alpine Linux
pkgver = 20.2.2
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.alpinelinux.org/Leo/atools
arch = x86_64
license = MIT
@@ -11,7 +11,6 @@ pkgbase = atools
makedepends = go
depends = lua53
depends = busybox
- optdepends = abuild: Scripts to maintain and build Alpine Packages
source =
https://gitlab.alpinelinux.org/Leo/atools/-/archive/20.2.2/atools-20.2.2.tar.gz
sha512sums =
63c95e4b86d99bd913fafe56c89dddd52e11d7bd84e138d236043133b0a7103a9de7393265c5ad387a61218c1f79a458460dca213ff0e9e9a4a65be9313e6580
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=atools
pkgver=20.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="APKBUILD and aports linter for Alpine Linux"
url="https://gitlab.alpinelinux.org/Leo/atools"
arch=("x86_64")
@@ -11,7 +11,6 @@ license=("MIT")
depends=("lua53" "busybox")
makedepends=("scdoc" "redo" "go")
checkdepends=("bats")
-optdepends=("abuild: Scripts to maintain and build Alpine Packages")
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('63c95e4b86d99bd913fafe56c89dddd52e11d7bd84e138d236043133b0a7103a9de7393265c5ad387a61218c1f79a458460dca213ff0e9e9a4a65be9313e6580')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/atools/-/commit/5fb5644ce94bf596cc3adbc155e39d2b81a12f2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/atools/-/commit/5fb5644ce94bf596cc3adbc155e39d2b81a12f2a
You're receiving this email because of your account on gitlab.archlinux.org.