Compare commits

..

No commits in common. "bc98ea103e9b1ce3714533e4b7c6658c110c2bea" and "55aa6c6226d4a8341ab72585a538be91d0e2468d" have entirely different histories.

View file

@ -1,7 +1,7 @@
name='cockpit-docker-fork'
_name='cockpit-docker'
version=VERSION
release=2
release=1
desc='Manage your docker containers from Cockpit'
homepage='https://github.com/mrevjd/cockpit-docker'
architectures=('all')
@ -28,6 +28,5 @@ package() {
tar -xf ${name}.tar.gz -C .
# Binary
mkdir -p "${pkgdir}/usr/share/cockpit"
sed -i 's/v1\.12/v1\.24/g' docker/docker.js
mv docker "${pkgdir}/usr/share/cockpit/"
}