[arch-commits] Commit in alacarte/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Apr 2 23:37:47 UTC 2022
Date: Saturday, April 2, 2022 @ 23:37:46
Author: heftig
Revision: 441369
minor
Modified:
alacarte/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-02 23:35:13 UTC (rev 441368)
+++ PKGBUILD 2022-04-02 23:37:46 UTC (rev 441369)
@@ -17,23 +17,23 @@
sha256sums=('SKIP')
pkgver() {
- cd $pkgname
+ cd alacarte
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
- cd $pkgname
+ cd alacarte
NOCONFIGURE=1 ./autogen.sh
}
build() {
- cd $pkgname
+ cd alacarte
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
package() {
- cd $pkgname
+ cd alacarte
make DESTDIR="$pkgdir" install
python -m compileall -d /usr "$pkgdir/usr"
More information about the arch-commits
mailing list