Updated git urls
This commit is contained in:
parent
1ea7d9e0e5
commit
3b97509e07
4 changed files with 8 additions and 8 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@ pkgrel=1
|
|||
epoch=
|
||||
pkgdesc="Build local repo from aur packages"
|
||||
arch=('any')
|
||||
url="https://github.com/etrombly/aur_repo"
|
||||
url="https://git.actcur.com/ejparker/aur_repo"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('sudo' 'python' 'python-requests' 'python-sh' 'darkhttpd')
|
||||
|
@ -19,7 +19,7 @@ backup=()
|
|||
options=()
|
||||
changelog=
|
||||
install=aur_repo.install
|
||||
source=("$pkgname::git+https://github.com/etrombly/aur_repo")
|
||||
source=("$pkgname::git+https://git.actcur.com/ejparker/aur_repo")
|
||||
noextract=()
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Build repo from aur packages
|
|||
I recommend running this in a container or VM to prevent installing unwanted packages. To install:
|
||||
|
||||
```
|
||||
git clone https://github.com/etrombly/aur_repo.git
|
||||
git clone https://git.actcur.com/ejparker/aur_repo
|
||||
cd aur_repo
|
||||
makepkg -si
|
||||
systemctl enable aur_repo --now
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pre_install() {
|
||||
useradd -m -G wheel build
|
||||
useradd -m build
|
||||
mkdir /build
|
||||
chown build /build
|
||||
mkdir /repo
|
||||
|
|
8
setup.py
8
setup.py
|
@ -3,12 +3,12 @@ from distutils.core import setup
|
|||
setup(
|
||||
name='aur_repo',
|
||||
version='0.1.0',
|
||||
author='etrombly',
|
||||
author_email='etrombly@gmail.com',
|
||||
author='ejparker',
|
||||
author_email='ejparker12@gmail.com',
|
||||
packages=['package'],
|
||||
scripts=['bin/aur_repo'],
|
||||
url='https://www.github.com/etrombly/aur_repo',
|
||||
url='https://git.actcur.com/ejparker/aur_repo,
|
||||
license='LICENSE',
|
||||
description='Build local repo from aur packages',
|
||||
long_description=""
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue