Compare commits
No commits in common. "0709eb7dcb15fad9a7d5acb2554d4a8f2bf9cb08" and "49cfd6021eb3d0efc16bc135d69cdc55f4343cfa" have entirely different histories.
0709eb7dcb
...
49cfd6021e
1 changed files with 5 additions and 7 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
|
||||
|
||||
pkgname='akshara-git'
|
||||
pkgver=r59.9f2f25b
|
||||
pkgver=r33.e380b80
|
||||
pkgrel=1
|
||||
pkgdesc="An update system for operating systems"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://git.askiiart.net/askiiart-blendos/akshara"
|
||||
url="https://github.com/blend-os/blend"
|
||||
license=('GPL3')
|
||||
makedepends=('git' 'base-devel')
|
||||
source=('git+https://git.askiiart.net/askiiart-blendos/akshara')
|
||||
makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel')
|
||||
source=('git+https://github.com/blend-os/akshara.git')
|
||||
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}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
|
||||
|
@ -27,8 +27,6 @@ package() {
|
|||
-t "${pkgdir}"/usr/bin/
|
||||
install -Dm644 "${pkgname%-git}.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}-system-update.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}.hook" \
|
||||
"${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}"
|
||||
install -Dm644 "${pkgname%-git}.install" \
|
||||
|
|
Loading…
Reference in a new issue