summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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" &&