summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73cef8645f58..82125359f494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = aptpac-git
pkgdesc = a pacman wrapper with syntax from debian's apt
pkgver = 1.0.5faf6ec
pkgrel = 1
- url = https://github.com/arcetera/aptpac
+ url = https://github.com/alefir/aptpac
arch = i686
arch = x86_64
license = WTFPL
makedepends = git
depends = sudo
- source = git://github.com/arcetera/aptpac.git
+ source = git://github.com/alefir/aptpac.git
md5sums = SKIP
pkgname = aptpac-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a16f7a41ea8..fd6b59414166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=1.0.5faf6ec
pkgrel=1
pkgdesc="a pacman wrapper with syntax from debian's apt"
arch=('i686' 'x86_64')
-url="https://github.com/arcetera/aptpac"
+url="https://github.com/alefir/aptpac"
license=('WTFPL')
depends=('sudo')
makedepends=('git')
-source=('git://github.com/arcetera/aptpac.git')
+source=('git://github.com/alefir/aptpac.git')
md5sums=('SKIP')
_gitname='aptpac'