summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimoutocon2020-08-08 14:49:40 -0400
committerimoutocon2020-08-08 14:49:40 -0400
commit9eff789c5c42b2b7661172232c41da330b742d71 (patch)
tree35746d33b766265a07bdfd6c4ade480323cb1f7e
parent0738ac71c6331743e3d61161a5aedbc55501f716 (diff)
downloadaur-9eff789c5c42b2b7661172232c41da330b742d71.tar.gz
new clone URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52db2f562624..aafffcc54da4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = uwu
pkgdesc = uwu your terminal today!
pkgver = 0.1
- pkgrel = 1
- url = https://git.niichan.moe/98WuG/uwu
+ pkgrel = 2
+ url = https://github.com/98WuG/uwu
arch = x86_64
license = GPL
makedepends = gcc
depends = glibc
- source = https://git.niichan.moe/98WuG/uwu/archive/0.1.tar.gz
- md5sums = e8a17d4b4b927e6265d456eb4cbc09b1
+ source = https://github.com/98WuG/uwu/archive/v0.1.tar.gz
+ md5sums = ad5d777b3b155b025f237f9a4546f994
pkgname = uwu
diff --git a/PKGBUILD b/PKGBUILD
index cec5d850448e..dfbf8dfa7763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: imoutocon <mail@niichan.moe>
+# Maintainer: imoutocon
pkgname=uwu
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="uwu your terminal today!"
arch=('x86_64')
-url="https://git.niichan.moe/98WuG/uwu"
+url="https://github.com/98WuG/uwu"
license=('GPL')
depends=('glibc')
makedepends=('gcc')
checkdepends=()
changelog=
-source=("https://git.niichan.moe/98WuG/${pkgname}/archive/${pkgver}.tar.gz")
+source=("https://github.com/98WuG/${pkgname}/archive/v${pkgver}.tar.gz")
noextract=()
-md5sums=("e8a17d4b4b927e6265d456eb4cbc09b1")
+md5sums=("ad5d777b3b155b025f237f9a4546f994")
validpgpkeys=()
build() {