somehow i not committed pkgbuild nvm

изменено:      PKGBUILD
This commit is contained in:
2025-08-21 21:48:46 +03:00
parent 6c48edaed3
commit 890cace550

View File

@@ -1,6 +1,13 @@
pkgname=darkline-postinst
pkgver=1.0.0
pkgver=2.0.0
pkgrel=1
pkgdesc="Fixes for termux-pacman and config updates, installs with updated keyring so it will be automatically installed on every device."
arch=('any')
depends=('dpkg')
depends=('dpkg' 'bash')
install="${pkgname}.install"
source=('01-alternatives.sh')
sha256sums=('6f2d920e55f9613797a5742c124def34fd6cf3cb3de21cd9f90796924fe217be')
package() {
install -D -m0644 -t "${terdir}"/usr/etc/.darkcustom/fixes ${srcdir}/01-alternatives.sh
}