Skip to content

Commit ee0c1cd

Browse files
committed
Arch build:
- do not put package name in package function - fix source name
1 parent b4c8175 commit ee0c1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/obs/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url="https://github.com/pharo-project/pharo-vm"
77
license=('MIT')
88
makedepends=(gcc clang cmake openssl-1.1 libutil-linux util-linux-libs libffi)
99
provides=(pharo)
10-
source=("${pkgname}-${pkgver}.tar.gz")
10+
source=("PharoVM-v${pkgver}.tar.gz")
1111
md5sums=("SKIP")
1212
libdir="/usr/lib"
1313
destdir="${libdir}/${pkgname}"
@@ -23,7 +23,7 @@ build() {
2323
make install
2424
}
2525

26-
package_pharo() {
26+
package() {
2727
depends=('openssl>1.0' 'libutil-linux' 'util-linux-libs' 'libffi>=3.3')
2828

2929
mkdir -p ${pkgdir}${destdir}/bin

0 commit comments

Comments
 (0)