summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2022-03-28 08:20:08 +0500
committerMazhar Hussain2022-03-28 08:20:08 +0500
commit1ca6d53520281cc6e34a17db8c5f94594a1a9142 (patch)
tree0fbc89caf835ce399eb2ef98763e2cc482dff6c3
parentcc04b872aaf29561467d5bc0bd46df9d5fb33acc (diff)
downloadaur-1ca6d53520281cc6e34a17db8c5f94594a1a9142.tar.gz
add md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c5126775961..910de682da78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdm-tools
pkgdesc = Tools(set-gdm-theme,gnomeconf2gdm) for theming/personlizing Gnome Login Manager (GDM)
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/realmazharhussain/gdm-tools
arch = any
license = GPL3
@@ -12,6 +12,6 @@ pkgbase = gdm-tools
backup = etc/gdm-tools/set-gdm-theme.conf
backup = etc/gdm-tools/custom.css
source = gdm-tools-1.1.tar.gz::https://github.com/realmazharhussain/gdm-tools/archive/refs/tags/v1.1.tar.gz
- md5sums = SKIP
+ md5sums = 32fb7d739c46ee1df909e766a5298a6b
pkgname = gdm-tools
diff --git a/PKGBUILD b/PKGBUILD
index 5c91ddc1e487..2404e254d673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mazhar Hussain <mmazharhussainkgb1145@gmail.com>
pkgname=gdm-tools
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tools(set-gdm-theme,gnomeconf2gdm) for theming/personlizing Gnome Login Manager (GDM)"
arch=(any)
url="https://github.com/realmazharhussain/gdm-tools"
@@ -10,7 +10,7 @@ depends=('bash' 'dconf' 'glib2' 'gdm')
makedepends=()
backup=('etc/gdm-tools/set-gdm-theme.conf' 'etc/gdm-tools/custom.css')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/realmazharhussain/gdm-tools/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('SKIP')
+md5sums=('32fb7d739c46ee1df909e766a5298a6b')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"