summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Richardson2022-01-02 15:10:50 +0000
committerAndy Richardson2022-01-02 15:10:50 +0000
commit47212d938f61d876c41933345de3356a93f4ef36 (patch)
tree471a9c3e6e3baaaca863bafa114662487abeb3db
parent885bb07ea8efdb5bef8eafaa329a73821f7dbd81 (diff)
downloadaur-47212d938f61d876c41933345de3356a93f4ef36.tar.gz
Fix pkgbuild
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d47a4b77c518..133420fbea7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,11 @@ arch=(any)
licence=(GPLv3)
makedepends=('git')
-source=("git+https://github.com/andyrichardson/simply-workspaces.git")
+source=("git+https://github.com/andyrichardson/simply-workspaces.git#tag=$pkgver")
sha256sums=('SKIP')
provides+=("$pkgname=$pkgver")
conflicts+=("$pkgname")
-prepare() {
- git fetch origin $pkgver
- git checkout $pkver
-}
-
package() {
cd simply-workspaces
make PREFIX=$pkgdir/usr install