Package Details: aconfmgr-git r634.ca09eea-1

Git Clone URL: https://aur.archlinux.org/aconfmgr-git.git (read-only, click to copy)
Package Base: aconfmgr-git
Description: A configuration manager for Arch Linux
Upstream URL: https://github.com/CyberShadow/aconfmgr
Licenses: MIT
Submitter: CyberShadow
Maintainer: CyberShadow
Last Packager: CyberShadow
Votes: 37
Popularity: 0.35
First Submitted: 2016-09-07 07:06 (UTC)
Last Updated: 2021-08-21 07:25 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Latest Comments

zannzetsu commented on 2024-10-26 14:43 (UTC)

Hi,

Could we bump the version to the latest one from master?

From 743585592479afbf19516acd318a716b65f877d1 Mon Sep 17 00:00:00 2001
From: Aleksander Bobinski <aleksander.bobinski@interia.eu>
Date: Sat, 26 Oct 2024 16:31:34 +0200
Subject: [PATCH] Bump revision from r634.ca09eea to r848.788860a

A couple of things happened during the last 3 years of development, they
are summarized below.

$ git shortlog ca09eea..HEAD | grep -v -E 'test|dependency|Merge'
  Aleksander Bobinski (2):
        src: Separate ln options from arguments
        Conditionally run system upgrade (-Syu) before installing packages

  Anarky (1):
        src/common: Do not check disk space on ramfs filesystem

  Bao Trinh (1):
        add support for AUR helper: paru

  Bart Libert (1):
        Adapt check to handle migration from base-devel group to meta package (#170)

  Jeremy Fleischman (2):
        Fix typo: inoke -> invoke
        Add support for colons in package descriptions

  Joan Bruguera (4):
        Add option to skip package file checksum checks on save
        Speed up lost files search for large number of ignore paths

  Milo Mirate (1):
        Add --no-clobber flag to CreateFile and GetPackageOriginalFile (#105)

  Vladimir Panteleev (105):
        src/common: Redirect makepkg stdout to stderr
        src/common: Stop trying to sign PGP keys
        src/common: Repeat the file count warning after every power of 10
        src/common: Update unknown type ignore hint message
        src/common: Un-hardcode .pkg.tar.xz extension for packages
        src/common: Fix finding uncompressed package archives
        src/main: Normalize command/action terminology
        src: Save action to global variable
        src/common: Add more GnuPG keyservers
        src/save: Change generated comment header to say "New / changed files"
        aconfmgr.1: Fix typo
        .travis.yml: Work around libseccomp2 bug
        Add file content filtering (AddFileContentFilter)
        .github/FUNDING.yml: Move to CyberShadow/.github
        Add --skip-config
        Add "diff" action
        Terminology: managed files -> owned files
        Terminology: lost files -> stray files
        src/common: Use LC_ALL=C when querying package details
        src/common.bash: Ignore .sig files when looking for package archives
        Replace Travis CI with GitHub Actions
        README: Add coverage badge
        src/common: Create the temporary directory with mode 700
        Make makepkg_user a global
        Use a separate temporary directory for building packages as root
        Consistently create the temporary directory with the correct mode
        src: Refactor warnings
        Fix counting warnings in subshells
        Run pacutils via unbuffer
        src: Fix new ShellCheck warnings
        .github/ISSUE_TEMPLATE: Initial commit
        Clarify diff action documentation
        README: Add GitHub Discussions badge
        .gitignore: Fix for symlinks
        Reduce default permissions of config directory
        .github/ISSUE_TEMPLATE/bug_report.yaml: Remove title prefix
        src/common: Clear file-owners file
        src/common: Check disk space before copying files to "$system_dir"
        README.md: Add link to project wiki
        Don't uninstall orphan ignored packages

  aconfmgr/renovate (97):
---
 .SRCINFO | 2 +-
 PKGBUILD | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index abb0073..b39a7c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = aconfmgr-git
        pkgdesc = A configuration manager for Arch Linux
-       pkgver = r634.ca09eea
+       pkgver = r848.788860a
        pkgrel = 1
        url = https://github.com/CyberShadow/aconfmgr
        arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 26f7cea..23879bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>

 pkgname=aconfmgr-git
-pkgver=r634.ca09eea
+pkgver=r848.788860a
 pkgrel=1
 pkgdesc="A configuration manager for Arch Linux"
 arch=('any')
-- 
2.47.0

CyberShadow commented on 2021-08-20 17:00 (UTC) (edited on 2021-08-20 17:01 (UTC) by CyberShadow)

@Toshimonster: Thanks for the ping, but please do not mis-use the "flag" feature in the future. You did read the instructions before submitting the form, right?

Not sure how the aconfmgr aur helper tests aren't breaking w/ yaourt

For whatever reason, it's still possible to clone the AUR git repository.

qubidt commented on 2021-01-03 01:34 (UTC)

You can add paru to this PKGBUILD. After the merge of PR#90 aconfmgr supports paru now :)

Also yaourt is unmaintained and not available on the AUR anymore so it might be a good candidate for removal? Not sure how the aconfmgr aur helper tests aren't breaking w/ yaourt

CyberShadow commented on 2019-11-07 12:39 (UTC)

Thanks!

hnicke commented on 2019-10-27 08:05 (UTC)

Hey, thank you for aconfmgr! I found two minor issues: - missing dependency: diffutils - missing optional dependency: yay