summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Tyr2017-07-01 02:40:45 +0100
committerJiri Tyr2017-07-01 02:40:45 +0100
commit745d92fa9ac281528c97caa2e97cc882a7537c8d (patch)
treebec82ebfa0666e1d0130740d6852b3177a9baf14
parent0562f73762f0044c0caf14124977fdb8f5e45288 (diff)
downloadaur-745d92fa9ac281528c97caa2e97cc882a7537c8d.tar.gz
Fixing wrong upstream URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4d718c35327..1961980ebcea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 01:29:19 UTC 2017
+# Sat Jul 1 01:40:18 UTC 2017
pkgbase = plymouth-theme-arch-breeze-git
pkgdesc = Plymouth theme for Arch Linux inspired by KDE Breeze.
pkgver = r2.5061c0e
- pkgrel = 1
- url = https://github.com/plymouth-theme-arch-breeze/
+ pkgrel = 2
+ url = https://github.com/jtyr/plymouth-theme-arch-breeze/
install = plymouth-theme-arch-breeze-git.install
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1588128e0ec2..b7d9ff495e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=plymouth-theme-arch-breeze
pkgname="${_pkgname}-git"
pkgver=r2.5061c0e
-pkgrel=1
+pkgrel=2
pkgdesc='Plymouth theme for Arch Linux inspired by KDE Breeze.'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
-url="https://github.com/${_pkgname}/"
+url="https://github.com/jtyr/${_pkgname}/"
license=('MIT')
install="${pkgname}.install"
depends=('plymouth')