backports/dex: rebuild for python 3.12
This commit is contained in:
parent
785e28ab75
commit
715c1f545a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
||||||
pkgname=dex
|
pkgname=dex
|
||||||
pkgver=0.9.0
|
pkgver=0.9.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="program to generate and execute DesktopEntry files of the Application type"
|
pkgdesc="program to generate and execute DesktopEntry files of the Application type"
|
||||||
url="https://github.com/jceb/dex"
|
url="https://github.com/jceb/dex"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -18,7 +18,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
|
Loading…
Reference in a new issue