Search Criteria
Package Details: userspace-tablet-driver-gui-git r1.8a0e292-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/userspace-tablet-driver-gui-git.git (read-only, click to copy) |
---|---|
Package Base: | userspace-tablet-driver-gui-git |
Description: | A front-end GUI for Userspace Tablet Driver Daemon for non-Wacom tablets |
Upstream URL: | https://github.com/kurikaesu/userspace-tablet-driver-gui.git |
Licenses: | GPL3 |
Conflicts: | userspace-tablet-driver-gui |
Provides: | userspace-tablet-driver-gui |
Submitter: | jayceecreates |
Maintainer: | None |
Last Packager: | jayceecreates |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-26 17:51 (UTC) |
Last Updated: | 2022-04-26 17:51 (UTC) |
Dependencies (2)
- java-runtime (java-gcj-compatAUR, jre10AUR, jre6AUR, jre12AUR, server-jreAUR, jdk9-openj9-binAUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, zulu-14-binAUR, amazon-corretto-15AUR, sapmachine-jdk-binAUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk16-microsoft-openjdkAUR, jdk11-msopenjdk-binAUR, jdk8-armAUR, jre17-jetbrainsAUR, liberica-jre-11-binAUR, jre11-jetbrains-imfixAUR, java-openjdk-loom-ea-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre13-openjdkAUR, jre14-openjdkAUR, amazon-corretto-18AUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, bishengjdk-17AUR, bishengjre-17AUR, jdk-armAUR, jdk11-openj9-binAUR, jdk-openj9-binAUR, jre-jbr-xdgAUR, jre18-openjdkAUR, jdk-android-studioAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, zulu-embedded-jdkAUR, jre15-openjdkAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre19-openjdkAUR, jdk11-microsoft-openjdkAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, zulu-jre-fx-binAUR, jre17-jetbrains-imfixAUR, jdk11-openjdk-dcevmAUR, jre12-openjdkAUR, jdk8-dragonwell-extendedAUR, jdk-jetbrainsAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, jdk8-aarch64AUR, jre17AUR, jre8-adoptopenjdkAUR, amazon-corretto-20-binAUR, zulu-15-binAUR, jdk21-jetbrains-binAUR, jre21-jetbrains-imfixAUR, jdk17-openj9-binAUR, jdk20-openj9-binAUR, jre-openjdk-xdgAUR, jdk-microsoft-openjdkAUR, jdk17-microsoft-openjdkAUR, zulu-13-binAUR, java-openjdk-binAUR, zulu-jdk-fx-binAUR, amazon-corretto-11AUR, amazon-corretto-8AUR, zulu-11-binAUR, zulu-21-binAUR, amazon-corretto-21-binAUR, amazon-corretto-17AUR, zulu-8-binAUR, zulu-17-binAUR, liberica-jdk-8-full-binAUR, liberica-jdk-full-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-temurinAUR, jreAUR, jre-ltsAUR, jdk17-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, liberica-jdk-11-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, jdk21-graalvm-binAUR, jre-jetbrainsAUR, mandrel-binAUR, jre11AUR, jre8AUR, jdk8AUR, jdk17-zulu-prime-binAUR, jdk8-openj9-binAUR, jdk17-jetbrains-binAUR, java-openjdk-ea-binAUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
- userspace-tablet-driver-daemonAUR
Latest Comments
dreieck commented on 2023-07-26 15:55 (UTC)
Please remove the trailing
.git
from$url
.dreieck commented on 2023-07-26 15:54 (UTC)
Actually,
pkgver()
generates a package version (r1.2e9992b
) which is smaller than what is mentioned here in the AUR metadata and in the uploadedPKGBUILD
(r1.8a0e292
).This breaks check for updates. And must not happen:
$pkgver
must be strictly monotoneously increasing.If you cannot ensure this, consider adding the date of the latest upstream git respository operation after the
r1.
, and if this also does not help, please increment$epoch
(if not set, setepoch=1
).Regards & thanks for maintaining!