makedeb


cutefish-wallpapers 0.4-1


CutefishOS system wallpaper

Click here to go back to the commit logs for cutefish-wallpapers.

Commit:


Hash: 986479aa6877992ce6e285f73e5825f572ad16c9

Message: Added Files

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1237475..2bf5368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = cutefish-wallpapers
 	license = GPL
 	makedepends = cmake
 	makedepends = ninja-build
-	source = cutefish-wallpapers::git+https://github.com/cutefishos/cutefish-wallpapers.git
+	source = cutefish-wallpapers::git+https://github.com/cutefishos/wallpapers.git
 	md5sums = SKIP
 
 pkgname = cutefish-wallpapers
diff --git a/PKGBUILD b/PKGBUILD
index d45f8a0..7357cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,17 +13,17 @@ license=('GPL')
 groups=('cutefish')
 depends=()
 makedepends=('cmake' 'ninja-build')
-source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+source=("${pkgname}::git+https://github.com/cutefishos/wallpapers.git")
 md5sums=('SKIP')
 
 build() {
-  cd wallpapers-$pkgver
+  cd ${pkgname}
 
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
   ninja
 }
 
 package() {
-  cd wallpapers-$pkgver
+  cd ${pkgname}
   DESTDIR="$pkgdir" ninja install
 }