Compare commits

..

No commits in common. "0709eb7dcb15fad9a7d5acb2554d4a8f2bf9cb08" and "49cfd6021eb3d0efc16bc135d69cdc55f4343cfa" have entirely different histories.

View file

@ -1,17 +1,17 @@
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com> # Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
pkgname='akshara-git' pkgname='akshara-git'
pkgver=r59.9f2f25b pkgver=r33.e380b80
pkgrel=1 pkgrel=1
pkgdesc="An update system for operating systems" pkgdesc="An update system for operating systems"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url="https://git.askiiart.net/askiiart-blendos/akshara" url="https://github.com/blend-os/blend"
license=('GPL3') license=('GPL3')
makedepends=('git' 'base-devel') makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel')
source=('git+https://git.askiiart.net/askiiart-blendos/akshara') source=('git+https://github.com/blend-os/akshara.git')
sha256sums=('SKIP') sha256sums=('SKIP')
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'wget' 'python-requests' 'arch-install-scripts') depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'squashfs-tools' 'p7zip' 'zsync')
provides=("${pkgname%-git}") provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}") conflicts=("${pkgname%-git}")
@ -27,8 +27,6 @@ package() {
-t "${pkgdir}"/usr/bin/ -t "${pkgdir}"/usr/bin/
install -Dm644 "${pkgname%-git}.service" -t \ install -Dm644 "${pkgname%-git}.service" -t \
"${pkgdir}"/usr/lib/systemd/system/ "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 "${pkgname%-git}-system-update.service" -t \
"${pkgdir}"/usr/lib/systemd/system/
install -Dm644 "${pkgname%-git}.hook" \ install -Dm644 "${pkgname%-git}.hook" \
"${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}" "${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}"
install -Dm644 "${pkgname%-git}.install" \ install -Dm644 "${pkgname%-git}.install" \