diff options
author | tejonaco | 2019-08-16 01:10:52 +0200 |
---|---|---|
committer | tejonaco | 2019-08-16 01:10:52 +0200 |
commit | 43c2c08ac951fd3856621dbce2ade5c53f4dce45 (patch) | |
tree | 458b721e0a1fbfb726b3afc069c8b86b92b4c0bd | |
parent | 48088adedde3df1abb7a800defc350461167ac25 (diff) | |
download | aur-43c2c08ac951fd3856621dbce2ade5c53f4dce45.tar.gz |
arch-agua
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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() { |