summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullgemm2020-07-28 17:55:44 +0200
committernullgemm2020-07-28 17:55:44 +0200
commitc476b89d4ed7911806fbcdf31615dbbf5e3e128f (patch)
tree88175dd1dbfcde22904811dfc3b6bdee700ae954
parenta1f5c09474cecfb55adea4c1a1902f6e75dede8f (diff)
downloadaur-c476b89d4ed7911806fbcdf31615dbbf5e3e128f.tar.gz
update repo URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ddf34937e9..b81275abbb4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = plymouth-theme-psx
pkgdesc = PSX boot simulation
pkgver = v1.0
pkgrel = 1
- url = https://github.com/cylgom/plymouth_psx
+ url = https://github.com/nullgemm/plymouth_psx
arch = any
license = custom:WTFPL
depends = plymouth
- source = https://github.com/cylgom/plymouth_psx/archive/v1.0.zip
+ source = https://github.com/nullgemm/plymouth_psx/archive/v1.0.zip
sha256sums = 8f1c765e5b00d1ad6fa37c51e51dca727335ce3f7ee904117e7e9533e90bbe7c
pkgname = plymouth-theme-psx
diff --git a/PKGBUILD b/PKGBUILD
index 92af1e9b2387..7f5bdd67fedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# Maintainer: cylgom <cylgom@gmail.com>
-
+# Maintainer: nullgemm <nullgemm@mailbox.org>
pkgname=plymouth-theme-psx
pkgver=v1.0
pkgrel=1
-pkgdesc='PSX boot simulation'
+pkgdesc="PSX boot simulation"
arch=('any')
-url='https://github.com/cylgom/plymouth_psx'
+url="https://github.com/nullgemm/plymouth_psx"
license=('custom:WTFPL')
depends=('plymouth')
-source=('https://github.com/cylgom/plymouth_psx/archive/v1.0.zip')
+source=("https://github.com/nullgemm/plymouth_psx/archive/v1.0.zip")
sha256sums=('8f1c765e5b00d1ad6fa37c51e51dca727335ce3f7ee904117e7e9533e90bbe7c')
package() {