Fixed more ejparker references

This commit is contained in:
Beth Parker 2017-07-13 02:02:31 +00:00
parent c48fedae88
commit 456e292957
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pkgrel=1
epoch= epoch=
pkgdesc="Build local repo from aur packages" pkgdesc="Build local repo from aur packages"
arch=('any') arch=('any')
url="https://git.actcur.com/ejparker/aur_repo" url="https://git.actcur.com/actcur/aur_repo"
license=('GPL') license=('GPL')
groups=() groups=()
depends=('sudo' 'python' 'python-requests' 'python-sh' 'darkhttpd') depends=('sudo' 'python' 'python-requests' 'python-sh' 'darkhttpd')
@ -19,7 +19,7 @@ backup=()
options=() options=()
changelog= changelog=
install=aur_repo.install install=aur_repo.install
source=("$pkgname::git+https://git.actcur.com/ejparker/aur_repo") source=("$pkgname::git+https://git.actcur.com/actcur/aur_repo")
noextract=() noextract=()
md5sums=('SKIP') 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: I recommend running this in a container or VM to prevent installing unwanted packages. To install:
``` ```
git clone https://git.actcur.com/ejparker/aur_repo git clone https://git.actcur.com/actcur/aur_repo
cd aur_repo cd aur_repo
makepkg -si makepkg -si
systemctl enable aur_repo --now systemctl enable aur_repo --now