This commit is contained in:
Daniel Langbein 2021-04-22 14:21:55 +02:00
parent ce9a1a5c1a
commit 8848b44a63
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
_pkgname=pacman _pkgname=pacman
_reponame=arch-pkg _reponame=arch-pkg
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.4 pkgver=0.0.5
pkgrel=1 pkgrel=1
pkgdesc="pacman with configuration" pkgdesc="pacman with configuration"
arch=('any') arch=('any')

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# stdin: default config # stdin: default config
# stdout: modified config # stdout: modified config
echo 'Include = /etc/pacman.d/de-p1st cat
' echo 'Include = /etc/pacman.d/de-p1st'