summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebf43a0a7d0..3e6408611aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xdm-arch-theme
pkgdesc = An Arch Linux theme for xdm.
- pkgver = 2.3.1
- pkgrel = 4
- url = https://github.com/the-isz/xdm-arch-theme
+ pkgver = 2.3.2
+ pkgrel = 2
+ url = https://gitlab.com/the_isz/xdm-arch-theme
install = xdm-arch-theme.install
arch = any
license = GPL
@@ -19,9 +19,9 @@ pkgbase = xdm-arch-theme
optdepends = imagemagick: one option for setting the background image
optdepends = feh: another option for setting the background image
optdepends = xv: another option for setting the background image
- source = https://github.com/the-isz/xdm-arch-theme/tarball/2.3.1
- source = http://upload.wikimedia.org/wikipedia/en/a/ac/Archlinux-official-fullcolour.svg
- md5sums = 10d6a48c0cc80685273306aae7b9e03c
+ source = https://gitlab.com/the_isz/xdm-arch-theme/-/archive/2.3.2/xdm-arch-theme-2.3.2.tar.gz
+ source = https://upload.wikimedia.org/wikipedia/commons/a/ac/Archlinux-official-fullcolour.svg
+ md5sums = 560c2d85401df5a961d05c144724f98c
md5sums = abc1cc75e716e05a7405071d79dfdf8c
pkgname = xdm-arch-theme
diff --git a/PKGBUILD b/PKGBUILD
index e3ba342b53e2..aaedc33f7a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=xdm-arch-theme
pkgver=2.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="An Arch Linux theme for xdm."
arch=("any")
-url="https://github.com/the-isz/xdm-arch-theme"
+url="https://gitlab.com/the_isz/xdm-arch-theme"
license=("GPL")
depends=("xorg-xdm" "xorg-xrandr" "xorg-xclock" "xorg-xwininfo" "xorg-xsetroot" "xorg-xkill" "librsvg")
makedepends=("tar" "gzip")
@@ -15,17 +15,17 @@ optdepends=(
"feh: another option for setting the background image"
"xv: another option for setting the background image" )
source=(
- "https://github.com/the-isz/$pkgname/tarball/$pkgver"
+ "https://gitlab.com/the_isz/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"https://upload.wikimedia.org/wikipedia/commons/a/ac/Archlinux-official-fullcolour.svg"
)
md5sums=(
- "85aaf02c3511f0b65965ad55ad777cf1"
+ "560c2d85401df5a961d05c144724f98c"
"abc1cc75e716e05a7405071d79dfdf8c"
)
install=${pkgname}.install
package() {
- cd "$srcdir/the-isz-$pkgname-91ad422"
+ cd "$srcdir/$pkgname-$pkgver"
install -g root -o root -d ${pkgdir}/etc/X11/xdm/arch-xdm
install -g root -o root -p -m 644 arch-xdm/* ${pkgdir}/etc/X11/xdm/arch-xdm