summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Schumacher2021-10-08 10:09:47 +0200
committerLeon Schumacher2021-10-08 10:09:47 +0200
commit9f12f372d7ec2557edeae9711c4f8f376b185328 (patch)
tree4cf7199342b0e14f5d3a276a91480b9b39fbacd3
parent4fb81458214c7754162582fbe7f27819f664ed00 (diff)
downloadaur-9f12f372d7ec2557edeae9711c4f8f376b185328.tar.gz
Use files from github
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD11
-rw-r--r--runit-conversion-7-files.tar.xzbin1708 -> 0 bytes
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2111ec4878..847e8bf57b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = runit-conversion
pkgdesc = Convert your system to use runit instead of systemd
pkgver = 7
- pkgrel = 1
- url = https://smarden.org/runit
+ pkgrel = 2
+ url = https://github.com/42LoCo42/runit-conversion
arch = any
license = GPL
depends = kisslinux-init
depends = runit
optdepends = runit-services: many service definitions
provides = systemd
- source = runit-conversion-7-files.tar.xz
- sha256sums = dc5ff3f54ddc9a46180de047775e81212eb1f6a9bd8a612d3f9bfae7b8d3af09
+ source = runit-conversion-7.tar.gz::https://github.com/42LoCo42/runit-conversion/archive/refs/tags/v7.tar.gz
+ sha256sums = 67b0028399f340a60462bbda7192c1007d50973e0d56b0e7f48a4195175811b1
pkgname = runit-conversion
diff --git a/.gitignore b/.gitignore
index d347738227be..2ecb873f0d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
src
pkg
-files
-make.sh
+*.tar*
diff --git a/PKGBUILD b/PKGBUILD
index 0c0aba6be68f..1810f18f78cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# vim: ft=sh:
pkgname=runit-conversion
pkgver=7
-pkgrel=1
+pkgrel=2
pkgdesc="Convert your system to use runit instead of systemd"
arch=('any')
-url="https://smarden.org/runit"
+url="https://github.com/42LoCo42/runit-conversion"
license=('GPL')
depends=('kisslinux-init' 'runit')
optdepends=('runit-services: many service definitions')
provides=('systemd')
-source=("$pkgname-$pkgver-files.tar.xz")
-sha256sums=('dc5ff3f54ddc9a46180de047775e81212eb1f6a9bd8a612d3f9bfae7b8d3af09')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v7.tar.gz")
+sha256sums=('67b0028399f340a60462bbda7192c1007d50973e0d56b0e7f48a4195175811b1')
package() {
- cp -a files/* "$pkgdir/"
+ cd "$pkgname-$pkgver"
+ cp -a ./* "$pkgdir/"
}
diff --git a/runit-conversion-7-files.tar.xz b/runit-conversion-7-files.tar.xz
deleted file mode 100644
index 11b0ab2aa840..000000000000
--- a/runit-conversion-7-files.tar.xz
+++ /dev/null
Binary files differ