summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-12 09:16:36 -0600
committerSam Burgos2017-05-12 09:16:36 -0600
commit25cf60dd928932da471032e1e27e1a873eb6eb50 (patch)
tree10c5c15acba7312347527e136f3157574e359359
parentae14ac36a6c46acee7bacb1237ff10e1b101e2b0 (diff)
downloadaur-25cf60dd928932da471032e1e27e1a873eb6eb50.tar.gz
fixed wrong sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2c70a4a983..d30c2cb063fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = lightdm-settings
depends = python-setproctitle
depends = python-xapp
source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.5.tar.xz
- sha256sums = b0ebfd63606d14d4a85571cda7a793a5390971bb8bad43afb7f42226b55ef9f2
+ sha256sums = c9df3ac1a1bf6b3f020e43077589b7b2e772dbd5dd961e1877858cde7147d077
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 96d1f864d140..45387d176af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://packages.linuxmint.com/pool/main/l/${pkgname}"
license=('GPL3')
depends=('hicolor-icon-theme' 'lightdm' 'lightdm-slick-greeter' 'lsb-release' 'python-setproctitle' 'python-xapp')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('b0ebfd63606d14d4a85571cda7a793a5390971bb8bad43afb7f42226b55ef9f2')
+sha256sums=('c9df3ac1a1bf6b3f020e43077589b7b2e772dbd5dd961e1877858cde7147d077')
prepare() {
cd ${pkgname}