summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-19 16:40:48 +1000
committercorey drew bruce2024-04-19 16:40:48 +1000
commit08511bc54b2b464c165c0fc5b8ff001083ddab83 (patch)
treef4258d80951050379b662c1c8ade3b96760f9d80
parent2f005fcad70377feecfd9a987be8cbd7e2ef766c (diff)
downloadaur-08511bc54b2b464c165c0fc5b8ff001083ddab83.tar.gz
- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685b33fb8597..ad199c7c7f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = perfectdark
license = GPL
makedepends = unzip
depends = pd-bin
- source = https://gitlab.com/perfectdark-aur/perfectdark/-/archive/1.0.0/perfectdark-1.0.0.tar.bz2
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/perfectdark/perfectdark/-/archive/1.0.0/perfectdark-1.0.0.tar.bz2
+ sha256sums = d74c0d242b91ae79dfacfb449b88c7fc07f17b2d822332fb54ec50c754a00352
pkgname = perfectdark
diff --git a/PKGBUILD b/PKGBUILD
index 7dda1af0d29d..359f3ccac8ad 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://gitlab.com/perfectdark"
license=('GPL')
depends=('pd-bin')
makedepends=('unzip')
-sha256sums=('SKIP')
-source=("https://gitlab.com/perfectdark-aur/perfectdark/-/archive/$pkgver/perfectdark-$pkgver.tar.bz2")
+sha256sums=('d74c0d242b91ae79dfacfb449b88c7fc07f17b2d822332fb54ec50c754a00352')
+source=("https://gitlab.com/linuxbombay/perfectdark/perfectdark/-/archive/$pkgver/perfectdark-$pkgver.tar.bz2")
package() {
install -dm755 "$pkgdir/usr/share/games/$_pkgname"