summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortejonaco2019-08-16 01:10:52 +0200
committertejonaco2019-08-16 01:10:52 +0200
commit43c2c08ac951fd3856621dbce2ade5c53f4dce45 (patch)
tree458b721e0a1fbfb726b3afc069c8b86b92b4c0bd
parent48088adedde3df1abb7a800defc350461167ac25 (diff)
downloadaur-43c2c08ac951fd3856621dbce2ade5c53f4dce45.tar.gz
arch-agua
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebb0f097ab7..95dd2c3addd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plymouth-theme-arch-agua
pkgdesc = Plymouth theme for Arch Linux inspired by Deepin.
- pkgver = r4.f7789af
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/tejonaco/plymouth-theme-arch-agua/
install = plymouth-theme-arch-agua.install
@@ -12,7 +12,7 @@ pkgbase = plymouth-theme-arch-agua
license = GNU
makedepends = git
depends = plymouth
- source = git+https://github.com/tejonaco/plymouth-theme-arch-agua.git
+ source = https://github.com/tejonaco/plymouth-theme-arch-agua.git
sha256sums = SKIP
pkgname = plymouth-theme-arch-agua
diff --git a/PKGBUILD b/PKGBUILD
index ffc2e43457b8..2ee8ed7cf827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# By tejonaco
_pkgname=plymouth-theme-arch-agua
pkgname="${_pkgname}"
-pkgver=r4.f7789af
+pkgver=1.0
pkgrel=1
pkgdesc='Plymouth theme for Arch Linux inspired by Deepin.'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -10,7 +10,7 @@ license=('GNU')
install="${pkgname}.install"
depends=('plymouth')
makedepends=('git')
-source=("git+https://github.com/tejonaco/$_pkgname.git")
+source=("https://github.com/tejonaco/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {