summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-03-11 19:18:15 +0900
committerhayao2020-03-11 19:18:15 +0900
commit2fac30cba08b53208a2a0999e1ec633bba98aeb5 (patch)
tree92156cadbc08042cdca0b1fbc1374e92b938cf7d
parent3579220a28ad71ec1ea8c8ded1bcb74e1024828a (diff)
downloadaur-2fac30cba08b53208a2a0999e1ec633bba98aeb5.tar.gz
[change] : Changed URL.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c844918f86..02b5703d684b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = aptpac
pkgdesc = a pacman wrapper with syntax from debian's apt
pkgver = 2.0.0
pkgrel = 2
- url = https://github.com/Hayao0819/aptpac
+ url = https://github.com/SereneTeam/aptpac
arch = i686
arch = x86_64
license = WTFPL
@@ -11,7 +11,7 @@ pkgbase = aptpac
conflicts = apt
conflicts = apt-git
conflicts = aptpac-git
- source = https://github.com/Hayao0819/aptpac/archive/v2.0.0.zip
+ source = https://github.com/SereneTeam/aptpac/archive/v2.0.0.zip
md5sums = SKIP
pkgname = aptpac
diff --git a/PKGBUILD b/PKGBUILD
index f3910e05b6f3..38929edee73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.0
pkgrel=2
pkgdesc="a pacman wrapper with syntax from debian's apt"
arch=('i686' 'x86_64')
-url="https://github.com/Hayao0819/aptpac"
+url="https://github.com/SereneTeam/aptpac"
license=('WTFPL')
depends=('sudo')
makedepends=('git')