summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadav2023-04-19 21:34:05 +0200
committerdadav2023-04-19 21:34:05 +0200
commitb9f0c8fa83b2c71d9045d346a7ca832d55d143ea (patch)
tree2bad8ea1082f0f2deb35d12324850d0654ac18e6
parent474b6b92a9616cbe6dd77bd9198db588280b932d (diff)
downloadaur-b9f0c8fa83b2c71d9045d346a7ca832d55d143ea.tar.gz
use master branch
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb36cc86a25..2abc7cc7a546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dadav <33197631+dadav@users.noreply.github.com>
pkgname=rofi-tmpmail-git
-pkgver=0.1.0
+pkgver=master
pkgrel=1
pkgdesc="This tool if a rofi wrapper for the tmpmail tool"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
makedepends=()
depends=('xclip' 'tmpmail-git' 'rofi')
provides=('rofi-tmpmail')
-source=("https://github.com/dadav/rofi-tmpmail/archive/${pkgver}.zip")
+source=("https://github.com/dadav/rofi-tmpmail/archive/refs/heads/${pkgver}.zip")
sha256sums=('SKIP')
package() {