summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopcorn2018-11-21 02:12:48 +0800
committerPopcorn2018-11-21 02:12:48 +0800
commit8e91a2ac3216f6a3b46ef755f58d1055ce1119c4 (patch)
tree2b95ba4b5f9a75923b7fb0337510873db6deb9f7
parent3773f03695b28d9b6688059bc2a5a98fb3d37556 (diff)
downloadaur-8e91a2ac3216f6a3b46ef755f58d1055ce1119c4.tar.gz
Help
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d03bf906ea7..8fa5494c6a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = arcint-gtk-theme-git
pkgdesc = My own version of horst3180's Arc theme
pkgver = 19700101
pkgrel = 1
- url = https://git.entrenix.xyz/Popcorn/arcint-theme
+ url = https://gitgud.io/popcorn/arcint-theme
arch = any
license = GPL3
makedepends = git
@@ -13,6 +13,8 @@ pkgbase = arcint-gtk-theme-git
optdepends = gnome-themes-standard: for gtk2 themes
provides = arcint-gtk-theme
conflicts = arcint-gtk-theme
+ source = git+https://gitgud.io/popcorn/arcint-theme.git
+ sha512sums = SKIP
pkgname = arcint-gtk-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index 4acc473d6ec3..bfb0ff45d646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,24 +5,22 @@ _pkgname=arcint-theme
pkgdesc="My own version of horst3180's Arc theme"
pkgver=19700101
pkgrel=1
+arch=("any")
provides=("arcint-gtk-theme")
conflicts=("arcint-gtk-theme")
-arch=("any")
-url="https://git.entrenix.xyz/Popcorn/arcint-theme"
+url="https://gitgud.io/popcorn/arcint-theme"
license=("GPL3")
optdepends=("gnome-themes-standard: for gtk2 themes")
makedepends=("git" "gtk3" "sassc" "optipng" "inkscape")
+source=("git+${url}.git")
+sha512sums=("SKIP")
pkgver() {
date +%Y%m%d
}
-prepare() {
- git clone --depth 1 "${url}.git"
-}
-
build() {
- cd ${_pkgname}
+ cd "${_pkgname}"
./autogen.sh --prefix=/usr
}