summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke2022-06-16 16:05:47 -0500
committerLuke2022-06-16 16:05:47 -0500
commite99662e4c55c3d6d89a2a1b78ddbe13fa2826f1e (patch)
treea03d9f98f1f26a1ae417b17583cc2dd13579f184
parent4f04eb7fd0c108f49d525b4083c666b824951578 (diff)
downloadaur-e99662e4c55c3d6d89a2a1b78ddbe13fa2826f1e.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a848f8ecc6b..bbcb949769e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = decay-factory
pkgdesc = A simple cli to convert any image to a Decay themed wallpaper
pkgver = 1.0
- pkgrel = 0
- url = https://github.com/Infinitybeond1/nfetch-src
+ pkgrel = 1
+ url = https://github.com/decaycs/decay-factory
arch = x86_64
license = GPL3
makedepends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 4f3d8cc69aae..84b646623ce6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname='decay-factory'
pkgdesc="A simple cli to convert any image to a Decay themed wallpaper"
pkgver=1.0
-pkgrel=0
+pkgrel=1
arch=('x86_64')
-url="https://github.com/Infinitybeond1/nfetch-src"
+url="https://github.com/decaycs/decay-factory"
license=('GPL3')
source=("conv.py::https://raw.githubusercontent.com/decaycs/decay-factory/main/conv.py"
"decay.sh::https://raw.githubusercontent.com/decaycs/decay-factory/main/decay.sh"