Updated git urls

This commit is contained in:
Beth Parker 2017-07-12 17:01:40 -05:00
parent 1ea7d9e0e5
commit 3b97509e07
4 changed files with 8 additions and 8 deletions

View file

@ -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')

View file

@ -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

View file

@ -1,5 +1,5 @@
pre_install() {
useradd -m -G wheel build
useradd -m build
mkdir /build
chown build /build
mkdir /repo

View file

@ -3,11 +3,11 @@ 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=""