summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7039e01985a..2f8442aaab13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Mar 16 02:25:18 UTC 2017
pkgbase = days-until-git
pkgdesc = A command-line program to give you the number of days until or since certain events.
pkgver = 0.1.rf01b6ec
pkgrel = 1
- url = https://gitlab.com/ammongit/days-until
+ url = https://gitlab.com/emmiegit/days-until
arch = any
license = GPL2
makedepends = git
depends = python
provides = days-until
conflicts = days-until
- source = git+https://gitlab.com/ammongit/days-until.git
+ source = git+https://gitlab.com/emmiegit/days-until.git
sha256sums = SKIP
pkgname = days-until-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 530276c3a222..07ac82743dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Ammon Smith <ammon.i.smith@gmail.com>
+# Maintainer: Emmie Maeda <emmie.maeda@gmail.com>
pkgname="days-until-git"
pkgver=0.1.rf01b6ec
pkgrel=1
pkgdesc='A command-line program to give you the number of days until or since certain events.'
arch=('any')
-url="https://gitlab.com/ammongit/${pkgname%-git}"
+url="https://gitlab.com/emmiegit/${pkgname%-git}"
license=('GPL2')
depends=('python')
makedepends=('git')
@@ -13,7 +13,7 @@ optdepends=()
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=()
-source=("git+https://gitlab.com/ammongit/${pkgname%-git}.git")
+source=("git+https://gitlab.com/emmiegit/${pkgname%-git}.git")
sha256sums=('SKIP')
pkgver() {