summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-03-05 18:32:41 +0900
committerhayao2020-03-05 18:32:41 +0900
commitee5d0ba7fd52e68141e60afda6b7d87fe5a957f4 (patch)
tree5e64646f24a6c3d3c6d48056d07e5d9723f044e4
parente979213e89ad57524b81ffc9955e25dad7c3352b (diff)
downloadaur-ee5d0ba7fd52e68141e60afda6b7d87fe5a957f4.tar.gz
Changed repository.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82125359f494..6076ba5dcbb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aptpac-git
pkgdesc = a pacman wrapper with syntax from debian's apt
- pkgver = 1.0.5faf6ec
+ pkgver = 2.0.0
pkgrel = 1
- url = https://github.com/alefir/aptpac
+ url = https://github.com/Hayao0819/aptpac
arch = i686
arch = x86_64
license = WTFPL
makedepends = git
depends = sudo
- source = git://github.com/alefir/aptpac.git
+ source = git://github.com/Hayao0819/aptpac.git
md5sums = SKIP
pkgname = aptpac-git
diff --git a/PKGBUILD b/PKGBUILD
index fd6b59414166..2f6c7dde345b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+# Maintaoner: Yamada Hayao <development@fascode.net>
# Maintainer: Abraham Levine <echo iue@trnspljc.890 | tr ietursnpl890jc acprlsurecomed>
pkgname=aptpac-git
-pkgver=1.0.5faf6ec
+pkgver=2.0.0
pkgrel=1
pkgdesc="a pacman wrapper with syntax from debian's apt"
arch=('i686' 'x86_64')
-url="https://github.com/alefir/aptpac"
+url="https://github.com/Hayao0819/aptpac"
license=('WTFPL')
depends=('sudo')
makedepends=('git')
-source=('git://github.com/alefir/aptpac.git')
+source=('git://github.com/Hayao0819/aptpac.git')
md5sums=('SKIP')
_gitname='aptpac'
+conflicts=()
pkgver() {
cd "$_gitname" &&